diff --git a/src/postorius/templates/postorius/domain_index.html b/src/postorius/templates/postorius/domain_index.html index b03e3cf..4feb1d3 100644 --- a/src/postorius/templates/postorius/domain_index.html +++ b/src/postorius/templates/postorius/domain_index.html @@ -11,10 +11,10 @@ - - - - + + + + diff --git a/src/postorius/templates/postorius/domain_new.html b/src/postorius/templates/postorius/domain_new.html index 205e1ac..a6b3685 100644 --- a/src/postorius/templates/postorius/domain_new.html +++ b/src/postorius/templates/postorius/domain_new.html @@ -1,56 +1,56 @@ {% extends postorius_base_template %} {% load url from future %} -{% load i18n %} +{% load i18n %} {% block main %} {% include 'postorius/menu/settings_nav.html' %} - + {% csrf_token %} {{ form.non_field_errors }}
- Add a new Domain - + {% trans "Add a new Domain" %} +
{{ form.mail_host.errors }} - +
{{ form.mail_host}} -

Example: domain.org

+

{% trans "Example:" %} {% trans "domain.org" %}

- +
{{ form.web_host.errors }} - +
{{ form.web_host}} -

Example: http://www.domain.org

+

{% trans "Example:" %} {% trans "http://www.domain.org" %}

- +
{{ form.description.errors }} - +
{{ form.description}} -

Example: Test lists will live on this domain.

+

{% trans "Example:" %} {% trans "Test lists will live on this domain." %}

- +
{{ form.contact_address.errors }} - +
{{ form.contact_address}} -

Example: postmaster@domain.org

+

{% trans "Example:" %} {% trans "postmaster@domain.org" %}

- +
- +
- +
- + {% endblock main %} diff --git a/src/postorius/templates/postorius/user_profile.html b/src/postorius/templates/postorius/user_profile.html index b0f5971..ec10d8b 100644 --- a/src/postorius/templates/postorius/user_profile.html +++ b/src/postorius/templates/postorius/user_profile.html @@ -4,7 +4,7 @@ {% block main %} {% include 'postorius/menu/user_nav.html' %} -

User Profile - {{ user }}

+

{% trans "User Profile" %} - {{ user }}

Mail HostURL HostContact AddressDescription{% trans "Mail Host" %}{% trans "URL Host" %}{% trans "Contact Address" %}{% trans "Description" %}  
diff --git a/src/postorius/templates/postorius/user_tasks.html b/src/postorius/templates/postorius/user_tasks.html index 80cebb1..a5421a4 100644 --- a/src/postorius/templates/postorius/user_tasks.html +++ b/src/postorius/templates/postorius/user_tasks.html @@ -4,5 +4,5 @@ {% block main %}

{% trans "To Do" %}

-

There are no pending tasks at the present time.

+

{% trans "There are no pending tasks at the present time." %}

{% endblock main %}