diff --git a/templates/mailman-django/lists/settings.html b/templates/mailman-django/lists/settings.html index 4ee045c..0e4587c 100644 --- a/templates/mailman-django/lists/settings.html +++ b/templates/mailman-django/lists/settings.html @@ -16,12 +16,10 @@

{% trans "List Settings for " %}{{ fqdn_listname }}

-

Logout

+

{% trans "This page visualizes all list settings. This gives an idea of what the settings page could look like." %}

-

{% trans "This page visualizes all list settings. Currently the page is not connected to the rest server so the settings will not be saved when changing them. However, this gives an idea of what the settings page could look like." %}

- -
-{{ form.as_div }} + +TODO:url not GET{{ form.as_div }}
diff --git a/templates/mailman-django/menu/administration.html b/templates/mailman-django/menu/administration.html index 49b3b75..53765e3 100644 --- a/templates/mailman-django/menu/administration.html +++ b/templates/mailman-django/menu/administration.html @@ -25,7 +25,7 @@ - #TODO + {% trans "Administrivia" %} diff --git a/urls.py b/urls.py index b301a88..73452c2 100644 --- a/urls.py +++ b/urls.py @@ -27,11 +27,12 @@ url(r'^lists/new/$', 'list_new', name = 'list_new'), url(r'^lists/logout/$', 'logout', name = 'logout'), url(r'^lists/(?P[^/]+)/$', 'list_summary', name = 'list_summary'), - url(r'^lists/(?P[^/]+)/subscriptions/(?:(?P