]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/users/preferences.html
be able to have user links without ids in the url, wrapped in a setting of the URL...
[osqa.git] / forum / skins / default / templates / users / preferences.html
index f9393acac3e1c77112b3aabb91914f733e66fc9d..68a547fc68ac2995fdb6d93e69cf1b6bbfa1ab22 100644 (file)
@@ -6,6 +6,7 @@
     <h2>{% trans "Preferences" %}</h2>
     <div class='inline-block'>
     <form method="POST">
     <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>
         <p class="message">
             {% trans "Here you can set some personal preferences." %}
         </p>
@@ -18,7 +19,7 @@
             </tr>
             <tr>
                 <td>{{ form.sticky_sorts }}</td>
             </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">
             </tr>
         </table>
         <div class="submit-row">