This commit is contained in:
Matt Wright
2012-04-27 13:37:50 -04:00
parent 0acf4bca0d
commit ab08abcaf9
4 changed files with 48 additions and 39 deletions
+1
View File
@@ -5,6 +5,7 @@
{{ form.username.label }} {{ form.username }}<br/>
{{ form.password.label }} {{ form.password }}<br/>
{{ form.remember.label }} {{ form.remember }}<br/>
{{ form.next }}
{{ form.submit }}
</form>
<p>{{ content }}</p>