diff --git a/src/postorius/templates/postorius/domain_confirm_delete.html b/src/postorius/templates/postorius/domain_confirm_delete.html index 00e3f93..d728b3f 100644 --- a/src/postorius/templates/postorius/domain_confirm_delete.html +++ b/src/postorius/templates/postorius/domain_confirm_delete.html @@ -2,17 +2,17 @@ {% load i18n %} {% block subtitle %} -{% trans "Confirm Domain Removal | " as page_title %}{{ page_title|add:domain}} +{% trans 'Confirm Domain Removal' %} | {{ domain}} {% endblock %} {% load nav_helpers %} {% block main %}
{% trans "Are you sure you want to permanently delete this Domain?" %}
- {% endblock main %} diff --git a/src/postorius/templates/postorius/domain_index.html b/src/postorius/templates/postorius/domain_index.html index cdb6455..881885d 100644 --- a/src/postorius/templates/postorius/domain_index.html +++ b/src/postorius/templates/postorius/domain_index.html @@ -2,33 +2,36 @@ {% load i18n %} {% block subtitle %} -{% trans "Domains" as page_title %}{{ page_title }} +{% trans 'Domains' %} {% endblock %} {% block main %} -- {% trans "Create Domain" %} -
- -{% trans "Mail Host" %} | -{% trans "URL Host" %} | -{% trans "Description" %} | -- |
---|---|---|---|
{{ domain.mail_host }} | -{{ domain.base_url }} | -{{ domain.description }} | -{% trans 'Delete' %} | -
{% trans 'Mail Host' %} | +{% trans 'URL Host' %} | +{% trans 'Description' %} | ++ |
---|---|---|---|
{{ domain.mail_host }} | +{{ domain.base_url }} | +{{ domain.description }} | +{% trans 'Delete' %} | +