Final cleanup, formset was actually supposed to be fieldset.

This commit is contained in:
2011-12-04 19:23:25 +00:00
parent 8ad4634fe7
commit e2223f6702
21 changed files with 97 additions and 92 deletions

View File

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