Newer
Older
postorius / src / mailmanweb / templates / mailmanweb / user_todos.html
@Florian Fuchs Florian Fuchs on 14 Mar 2012 158 bytes - added site settings page
{% extends extend_template %}
{% load i18n %}

{% block main %}
    {% include 'mailmanweb/menu/user_nav.html' %}
    <h1>Your Todos</h1>
{% endblock main %}