Enable user registration

This commit is contained in:
Las Zenow 2018-04-09 17:54:33 +00:00
parent 1ab2fd882c
commit 11195e258b
2 changed files with 1 additions and 3 deletions

View file

@ -17,7 +17,7 @@
<div class="modal-header">
<a type="button" class="close" data-dismiss="modal">×</a>
<h3>Log In</h3>
<!-- <small><a href="/login/">Or create an account -></a></small> -->
<small><a href="/login/">Or create an account -></a></small>
</div>
<div class="modal-body">
<fieldset>

View file

@ -36,7 +36,6 @@ function checkPasswordMatch() {
</form>
</div>
<!--
<div class="span2">
<br />
<br />
@ -63,6 +62,5 @@ function checkPasswordMatch() {
<input class="btn btn-primary" type="submit" name="submit" value="Create"/>
</form>
</div>
-->
{{template "footer.html"}}