diff --git a/src/postorius/templates/postorius/lists/mass_removal.html b/src/postorius/templates/postorius/lists/mass_removal.html new file mode 100644 index 0000000..8ba5427 --- /dev/null +++ b/src/postorius/templates/postorius/lists/mass_removal.html @@ -0,0 +1,17 @@ +{% extends postorius_base_template %} +{% load url from future %} +{% load i18n %} +{% load nav_helpers %} + +{% block main %} + {% list_nav 'mass_removal' "Mass Removal" %} + +
{% csrf_token %} + {{ form.as_p }} +
+ + {% trans 'Unsubscribe All' %} +
+
+ +{% endblock main %}