From: yomguy Date: Wed, 5 Sep 2012 08:03:53 +0000 (+0200) Subject: message list per message X-Git-Tag: 0.9-probarreau~367 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=aa89e9de42dc6a68929699ce75562f0ef1e34feb;p=teleforma.git message list per message --- diff --git a/setup.py b/setup.py index ebc47695..e7a8ab80 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ CLASSIFIERS = ['Environment :: Web Environment', 'Framework :: Django', 'Intende 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", diff --git a/teleforma/templates/postman/base.html b/teleforma/templates/postman/base.html index 5f061d6d..fe0afe41 100644 --- a/teleforma/templates/postman/base.html +++ b/teleforma/templates/postman/base.html @@ -12,9 +12,9 @@
{% postman_unread as unread_count %}
diff --git a/teleforma/templates/telemeta/base.html b/teleforma/templates/telemeta/base.html index 75da2f71..b9a7ae1b 100644 --- a/teleforma/templates/telemeta/base.html +++ b/teleforma/templates/telemeta/base.html @@ -90,7 +90,7 @@ alt="logo" /> {% if user.is_authenticated %} -
  • {% trans "Messaging" %}{% if postman_unread_count %} ({{ postman_unread_count }}){% endif %}
  • +
  • {% trans "Messaging" %}{% if postman_unread_count %} ({{ postman_unread_count }}){% endif %}
  • {% if user.is_staff %}
  • {% trans "Users" %}