diff --git a/templates/mailman-django/lists/login.html b/templates/mailman-django/lists/login.html new file mode 100644 index 0000000..4b8d12a --- /dev/null +++ b/templates/mailman-django/lists/login.html @@ -0,0 +1,24 @@ +{% extends "mailman-django/base.html" %} +{% load i18n %} + +{% block content %} + +
You are required to login to continue. Please provide a valid email address and a password.
+ +{% if message %} +{{ message }}
+{% endif %} + + + +{% endblock %}