Enable user registration
This commit is contained in:
parent
1ab2fd882c
commit
11195e258b
2 changed files with 1 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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"}}
|
||||
|
|
Reference in a new issue