Better formatting
This commit is contained in:
parent
f9be5a51f5
commit
f06fcf299c
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user