Fix issues with no errors showing

This commit is contained in:
2011-12-05 23:33:18 +00:00
parent 01b161166c
commit 18a3705186
23 changed files with 33 additions and 7 deletions

View File

@@ -14,6 +14,7 @@ on from time to time</p>
<form action="{% url reddit-addaccount %}" method="post">
<fieldset>
{% include "formtools/formerror.html" %}
{% include "formtools/formfield.html" with field=form.username %}
{% csrf_token %}
<input type="submit" value="Add Account" />