diff --git a/forms.py b/forms.py index 22febc2..006b707 100644 --- a/forms.py +++ b/forms.py @@ -64,7 +64,7 @@ the list should be the wished name of the fieldset, the following the fields that should be included in the fieldset. """ - layout = [["","mail_host", "web_host", "description",]] + layout = [["Please enter Details","mail_host", "web_host", "description",]] class ListNew(FieldsetForm): diff --git a/templates/mailman-django/domain_new.html b/templates/mailman-django/domain_new.html index d4af1cc..a862a6e 100644 --- a/templates/mailman-django/domain_new.html +++ b/templates/mailman-django/domain_new.html @@ -6,13 +6,13 @@ {% endblock %} {% block header %} -
-
{% trans "New Domain" %}
-
+ + {{ form.as_div }}
-
+ {% endblock %} diff --git a/templates/mailman-django/login.html b/templates/mailman-django/login.html index 234bf64..d2508ea 100644 --- a/templates/mailman-django/login.html +++ b/templates/mailman-django/login.html @@ -6,13 +6,13 @@ {% endblock %} {% block header %} -
-
{% trans "Loginform" %}
-
+ + {{ form.as_div }}
-
+ {% endblock %}