diff --git a/src/postorius/templates/postorius/lists/summary.html b/src/postorius/templates/postorius/lists/summary.html index 99fc33a..edef37f 100644 --- a/src/postorius/templates/postorius/lists/summary.html +++ b/src/postorius/templates/postorius/lists/summary.html @@ -9,11 +9,11 @@ {% if user.is_superuser or user.is_list_owner or user.is_list_moderator %} {% include 'postorius/menu/list_nav.html' %} {% endif %} -

{{list.display_name}}

- - -

{% trans 'Description' %}

-

{{list.settings.description }}

+
+

{{list.display_name}} - {{ list.fqdn_listname }}

+ +

{{list.settings.description }}

+
{% if user.is_authenticated %} {% if userSubscribed %} @@ -26,7 +26,7 @@ {% endif %} {% else %} -

{% trans "To subscribe to or unsubscribe from this list you have to be logged in." %}

+

{% trans "You have to log in to subscribe to this list." %}

{% trans "Log In" %}

{% endif %} {% endblock %}