Newer
Older
postorius / src / postorius / templates / postorius / user_todos.html
@Florian Fuchs Florian Fuchs on 23 Mar 2012 216 bytes * added copy of the GPL
{% extends extend_template %}
{% load i18n %}

{% block main %}
    {% include 'postorius/menu/user_nav.html' %}
    <h1>Your Todos</h1>
    <p>There are no items on your todo list right now.</p>
{% endblock main %}