refactoring localization de

This commit is contained in:
baccenfutter 2013-12-01 00:47:24 +01:00
parent a18d89bb74
commit 0a5be1626b
4 changed files with 31 additions and 26 deletions

View file

@ -5,7 +5,7 @@
{% block form_title %}{% trans "Admin Password"%}{% endblock %}
{% block form_description %}
<p>{% blocktrans %}You can change other users passwords here.{% endblocktrans %}</p>
<p>{% trans "You can change other users passwords here." %}</p>
{% endblock %}
{% block form_fields %}
@ -19,4 +19,4 @@
</div>
</div>
</form>
{% endblock form_fields %}
{% endblock form_fields %}