Disable account creation

This commit is contained in:
Las Zenow 2014-06-30 19:17:42 -05:00
parent 82ecb433df
commit fdb7544999
2 changed files with 3 additions and 2 deletions

View file

@ -16,7 +16,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,12 +36,12 @@ function checkPasswordMatch() {
</form>
</div>
<!--
<div class="span2">
<br />
<br />
<h3 class="centered">Or</h3>
</div>
<div class="span4">
<h3>Create an Account</h3>
<form id="login" method="POST" action="/create_user/" enctype="application/x-www-form-urlencoded">
@ -63,5 +63,6 @@ function checkPasswordMatch() {
<input class="btn btn-primary" type="submit" name="submit" value="Create"/>
</form>
</div>
-->
{{template "footer.html"}}