mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-22 22:29:34 +00:00
Final cleanup, formset was actually supposed to be fieldset.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user