This is a draft of a Mailman3 django client. It's not a finished design. For now you can view a list of existing mailing lists and you can create new lists. +
+ {% blocktranslate with url_list_index=url.list_index url_list_new=url.list_new%}This is a draft of a Mailman3 django client. It's not a finished design. For now you can view a list of existing mailing lists and you can create new lists. + {% endblocktranslate %} {% block links %}{% endblock %}
diff --git a/templates/mailman-django/errors/generic.html b/templates/mailman-django/errors/generic.html index eb3e439..9aff64c 100644 --- a/templates/mailman-django/errors/generic.html +++ b/templates/mailman-django/errors/generic.html @@ -3,7 +3,7 @@ {% block content %} -Error
+{% trans "Error" %}
{{ message }}
diff --git a/templates/mailman-django/lists/created.html b/templates/mailman-django/lists/created.html index 8ed533b..3cf583b 100644 --- a/templates/mailman-django/lists/created.html +++ b/templates/mailman-django/lists/created.html @@ -2,7 +2,7 @@ {% load i18n %} {% block links%} -You can also subscribe or unsubscribe a user to the list "the normal way" or delete the list. +{% blocktrans with url_list_info=url.list_info.fqdn_listname url_list_delete=url.list_delete.fqdn_listname%} You can also subscribe or unsubscribe a user to the list "the normal way" or delete the list.{% endblocktrans %} {% endblock %} {% block content %} @@ -11,15 +11,12 @@ -The list {{ fqdn_listname }} has been created. What would you like to do next?
+{% blocktrans %}The list {{ fqdn_listname }} has been created. What would you like to do next?{% endblocktrans %}
-
-
- Subscribe users to the list {{ fqdn_listname }} or send list invitations. -
- Edit {{ fqdn_listname }}'s settings. -
- Create another list. +
- {% blocktrans %}Subscribe users to the list {{ fqdn_listname }} or send list invitations.{% endblocktrans %} +
- {%trans "Edit {{ fqdn_listname }}'s" %} {%trans "settings"}. +
- {% blocktrans %}Create another list.{% endblocktrans %}