diff --git a/templates/admin/categories/general.html b/templates/admin/categories/general.html index e8df816..1b0ecff 100644 --- a/templates/admin/categories/general.html +++ b/templates/admin/categories/general.html @@ -1,19 +1,24 @@ {% extends 'admin/base.html' %} -{% block _title %}General{% endblock %} +{% block _title %}{{ _('General') }}{% endblock %} {% set general_link = 'active' %} {% block _content %}
-

General

-

General settings

+

{{ _('General') }}

+

{{ _('General settings') }}

- + + +

{{ _('Your username') }}

+
+
+ -

Max length of a question in characters; questions extending this character limit will not be added to the database

+

{{ _('Max length of a question in characters; questions extending this character limit will not be added to the database') }}

- + -

This name will be used for questions asked to you by anonymous users

+

{{ _('This name will be used for questions asked to you by anonymous users') }}