Newer
Older
postorius / templates / mailman-django / lists / settings.html
@Anna Granudd Anna Granudd on 29 Jul 2010 467 bytes Created one massive form for the settings page.
{% extends "mailman-django/base.html" %}
{% load i18n %}

{% block content %}

<h1>{% trans "List Settings" %}</h1>

<p>This page visualizes all list settings. Currently the page is not connected to the rest server so the settings will not be saved when changing them. However, this gives an idea of what the settings page could look like.</p>

{{ form.as_div }}

    <div class="field">
        <button type="submit">Save changes</button>
    </div>

{% endblock %}