setup(
name = "TeleForma",
url = "http://parisson.com",
- description = "open multimedia e-leaning system",
+ description = "open web multimedia e-learning system",
long_description = open('README.rst').read(),
author = "Guillaume Pellerin",
author_email = "yomguy@parisson.com",
<div style="background: white;">
{% postman_unread as unread_count %}
<ul>
-<li><a href="{% url postman_inbox %}">{% if unread_count %} <strong>{% trans "Inbox" %} ({{ unread_count }})</strong>{% else %}{% trans "Inbox" %}{% endif %}</a></li>
-<li><a href="{% url postman_sent %}">{% trans "Sent Messages" %}</a></li>
-<li><a href="{% url postman_archives %}">{% trans "Archives" %}</a></li>
+<li><a href="{% url postman_inbox %}m/">{% if unread_count %} <strong>{% trans "Inbox" %} ({{ unread_count }})</strong>{% else %}{% trans "Inbox" %}{% endif %}</a></li>
+<li><a href="{% url postman_sent %}m/">{% trans "Sent Messages" %}</a></li>
+<li><a href="{% url postman_archives %}m/">{% trans "Archives" %}</a></li>
<li><a href="{% url postman_trash %}">{% trans "Trash" %}</a></li>
</ul>
</div>
{% if user.is_authenticated %}
- <li><a href="/messages" class="orange">{% trans "Messaging" %}{% if postman_unread_count %} ({{ postman_unread_count }}){% endif %}</a></li>
+ <li><a href="{% url postman_inbox %}m/" class="orange">{% trans "Messaging" %}{% if postman_unread_count %} ({{ postman_unread_count }}){% endif %}</a></li>
{% if user.is_staff %}
<li><a href="{% url teleforma-users %}" class="yellow">{% trans "Users" %}</a></li>