diff --git a/templates/mailman-django/lists/info.html_old b/templates/mailman-django/lists/info.html_old deleted file mode 100644 index df80e09..0000000 --- a/templates/mailman-django/lists/info.html_old +++ /dev/null @@ -1,68 +0,0 @@ -{% extends "mailman-django/base.html" %} -{% load i18n %} - -{% block content %} - -

{{ fqdn_listname }} -- {{ listinfo.real_name }}

- -

{% trans 'List information' %}

- -

{% trans 'A bit of information to make people want to subscribe...' %}

- -
- -
- - {% trans "Subscribe to " %} {{ listinfo.real_name }} - - {{ subscribe.listname }} - {{ subscribe.name }} - -
- {{ subscribe.email.label_tag }} - {{ subscribe.email}} - {{ subscribe.email.errors }} -
- -
- {{ subscribe.real_name.label_tag }} - {{ subscribe.real_name}} - {{ subscribe.real_name.errors }} -
- -
- -
- -
- -
- - -
- -
- - {% trans "Unsubscribe from " %} {{ listinfo.real_name }} - - {{ unsubscribe.listname }} - {{ unsubscribe.name }} - -
- {{ unsubscribe.email.label_tag }} - {{ unsubscribe.email}} - {{ unsubscribe.email.errors }} -
- -
- -
- -
- -
- - - - -{% endblock %} diff --git a/templates/mailman-django/lists/unsubscribed.html b/templates/mailman-django/lists/unsubscribed.html deleted file mode 100644 index 757b76e..0000000 --- a/templates/mailman-django/lists/unsubscribed.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "mailman-django/base.html" %} -{% load i18n %} - -{% block content %} - -

{% trans "You have now been unsubscribed from" %} {{ listname }}.

- - -{% endblock %}