Better formatting

This commit is contained in:
Michal Čihař 2012-03-02 16:19:12 +01:00
parent f9be5a51f5
commit f06fcf299c

View File

@ -16,9 +16,12 @@
<form method="post" action="{% url 'accounts.views.profile' %}"> <form method="post" action="{% url 'accounts.views.profile' %}">
{% csrf_token %} {% csrf_token %}
<fieldset>
<legend>{% trans "Preferences" %}</legend>
<table> <table>
{{ form.as_table }} {{ form.as_table }}
</table> </table>
</fieldset>
<input type="submit" value="{% trans "Save "%}" class="button" /> <input type="submit" value="{% trans "Save "%}" class="button" />
</form> </form>