Couple of wee fixes to get 0.1.0 to actually deploy correctly
This commit is contained in:
parent
b275000632
commit
33cdd67154
|
@ -3,7 +3,7 @@
|
|||
:description "Canvassing tool for referenda"
|
||||
:url "https://github.com/simon-brooke/youyesyet"
|
||||
|
||||
:dependencies [[adl-support "0.1.0-SNAPSHOT"]
|
||||
:dependencies [[adl-support "0.1.3"]
|
||||
[bouncer "1.0.1"]
|
||||
[ch.qos.logback/logback-classic "1.2.2"]
|
||||
[clj-oauth "1.5.5"]
|
||||
|
@ -123,7 +123,7 @@
|
|||
[luminus-immutant "0.2.3"]
|
||||
[pjstadig/humane-test-output "0.8.1"]
|
||||
[binaryage/devtools "0.9.2"]
|
||||
[com.cemerick/piggieback "0.2.2-SNAPSHOT"]
|
||||
[com.cemerick/piggieback "0.2.2"]
|
||||
[directory-naming/naming-java "0.8"]
|
||||
[doo "0.1.7"]
|
||||
[figwheel-sidecar "0.5.15"]]
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
{% block content %}
|
||||
<form action="login" method="post">
|
||||
{% csrf-field %}
|
||||
<input type="hidden" name="redirect-to" value="/roles"/>
|
||||
<h2>
|
||||
Or use a test username and password
|
||||
</h2>
|
||||
|
|
Loading…
Reference in a new issue