| |
---|
| | <a id="logo" href="{% url list_index %}"></a> |
---|
| | |
---|
| | <div id="content"> |
---|
| | <p> |
---|
| | {% url list index as url_list_index %} |
---|
| | {% url list new as url_list_new %} |
---|
| | {% url list index as url_list_index %} |
---|
| | {% url list_index as url_list_index %} |
---|
| | {% url list_new as url_list_new %} |
---|
| | {% url list_index as url_list_index %} |
---|
| | {% blocktrans %} |
---|
| | This is a draft of a Mailman3 django client. It's not a finished design. For now you can view a <a href="{{ url_list_index }}">list</a> of existing mailing lists and you can <a href="{{ url_list_new }}">create</a> new lists. |
---|
| | {% endblocktrans %} |
---|
| | {% block links %}{% endblock %} |
---|
| |
---|
| | |