added mm_clear to some templates
1 parent ef8b19d commit 99227b7b58447c96dfe90185c545744e81600395
@benste benste authored on 16 Aug 2011
Showing 3 changed files
View
2
■■■
templates/mailman-django/domain_index.html
{% trans "Domain Index" %}
{% endblock %}
 
{% block header %}
<div class="mm_box">
<div class="mm_box mm_clear">
<div class="mm_boxHeader">{% trans "About" %}</div>
This site allows to register a new Domain, due to restriction in the REST API we can't delete them here yet. Please modify the Mailman DB directly if you need to remove a Domain. If interested take a look at the <a href="https://bugs.launchpad.net/mailmanwebgsoc2011/+bug/799689"> Launchapd Bug Report.</a> In addition we can't modify them yet.
</p>
</div>
View
2
■■■
templates/mailman-django/domain_new.html
{% trans "Add a new Domain" %}
{% endblock %}
 
{% block header %}
<div class="mm_box">
<div class="mm_box mm_clear">
<div class="mm_boxHeader">{% trans "New Domain" %}</div>
<form action="{% url domain_new %}" method="post" class="newdomain">
{{ form.as_div }}
<div class="field">
View
templates/mailman-django/lists/mass_subscribe.html