<h2>{% trans "Preferences" %}</h2>
<div class='inline-block'>
<form method="POST">
+ {% csrf_token %}
<p class="message">
{% trans "Here you can set some personal preferences." %}
</p>
</tr>
<tr>
<td>{{ form.sticky_sorts }}</td>
- <td>{% trans "Allways remember the sort order I apply to the lists I view" %}</td>
+ <td>{% trans "Always remember the sort order I apply to the lists I view" %}</td>
</tr>
</table>
<div class="submit-row">