refactoring localization de
This commit is contained in:
parent
a18d89bb74
commit
0a5be1626b
4 changed files with 31 additions and 26 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue