[enh] translations && informations @ preferences

This commit is contained in:
asciimoo 2014-01-25 16:35:43 +01:00
parent e23d2ed376
commit b62b3966b5
3 changed files with 23 additions and 7 deletions

View file

@ -4,7 +4,6 @@
<div class="row">
<h2>{{ _('Preferences') }}</h2>
<form method="post" action="/preferences" id="search_form">
<fieldset>
<legend>{{ _('Default categories') }}</legend>
@ -22,6 +21,11 @@
</select>
</p>
</fieldset>
<p class="small_font">{{ _('These settings are stored in your cookies, this allows us not to store this data about you.') }}
<br />
{{ _("These cookies serve your sole convenience, we don't use these cookies to track you.") }}
</p>
<input type="submit" value="{{ _('save') }}" />
</form>
<div class="right"><a href="/">{{ _('back') }}</a></div>