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 %} - -
{% trans 'A bit of information to make people want to subscribe...' %}
- - - - - - - - - -{% 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 %}