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"> <div class="modal-header">
<a type="button" class="close" data-dismiss="modal">×</a> <a type="button" class="close" data-dismiss="modal">×</a>
<h3>Log In</h3> <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>
<div class="modal-body"> <div class="modal-body">
<fieldset> <fieldset>

View file

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