Newer
Older
postorius / src / postorius / templates / postorius / user_tasks.html
@Guillaume Libersat Guillaume Libersat on 15 Oct 2014 225 bytes more internationalized strings
{% extends postorius_base_template %}
{% load url from future %}
{% load i18n %}

{% block main %}
    <h1>{% trans "To Do" %}</h1>
    <p>{% trans "There are no pending tasks at the present time." %}</p>
{% endblock main %}