diff --git a/forms.py b/forms.py index 194b78d..aa63840 100644 --- a/forms.py +++ b/forms.py @@ -402,6 +402,7 @@ #) description = forms.CharField( label = _('Description'), + widget = forms.Textarea() ) #digest_footer = forms.CharField( #label = _('Digest footer'), diff --git a/templates/mailman-django/lists/settings.html b/templates/mailman-django/lists/settings.html index aa34434..a01fad8 100644 --- a/templates/mailman-django/lists/settings.html +++ b/templates/mailman-django/lists/settings.html @@ -6,7 +6,7 @@ {% endblock %} {% block header %} -
+
{% trans "List Settings for " %}{{ fqdn_listname }}

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