diff --git a/static/mailman_django/css/basics.css b/static/mailman_django/css/basics.css index c902c11..e92c38b 100644 --- a/static/mailman_django/css/basics.css +++ b/static/mailman_django/css/basics.css @@ -156,5 +156,12 @@ border-radius:5px; } +#error { + background-color:rgba(255, 0, 0, 0.2); + border:1px solid rgba(255, 0, 0, 1); + padding:3px; + border-radius:5px; +} + @media screen and (max-width: 600px) { } diff --git a/templates/mailman-django/base.html b/templates/mailman-django/base.html index b032398..26fb4cf 100644 --- a/templates/mailman-django/base.html +++ b/templates/mailman-django/base.html @@ -39,6 +39,9 @@ {% if message %}
{{ message }}
{% endif %} + {% if error %} +{{ error }}
+ {% endif %}{{ message }}
+{{ error }}
{% endif %} +{% if message %}{{ message }}
{% endif %} {% endblock %} diff --git a/templates/mailman-django/lists/settings.html b/templates/mailman-django/lists/settings.html index 0e4587c..4345737 100644 --- a/templates/mailman-django/lists/settings.html +++ b/templates/mailman-django/lists/settings.html @@ -8,7 +8,7 @@ {% blocktrans %} - You can also subscribe or unsubscribe a user to the list "the normal way" or delete the list. If you wish to mass subscribe users to this list, please click here. + If you wish to mass subscribe users to this list, please click here. {% endblocktrans %} {% endblock %} @@ -19,7 +19,7 @@{% trans "This page visualizes all list settings. This gives an idea of what the settings page could look like." %}