From 8d853618d3c39c9242b2870cf3ed970ecb797599 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 22 Apr 2013 16:55:01 +0200 Subject: [PATCH] postman: conversation mode --- teleforma/templates/postman/base.html | 8 ++++---- teleforma/templates/telemeta/base.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/teleforma/templates/postman/base.html b/teleforma/templates/postman/base.html index d762a903..cc500fb3 100644 --- a/teleforma/templates/postman/base.html +++ b/teleforma/templates/postman/base.html @@ -12,9 +12,9 @@
{% postman_unread as unread_count %}
@@ -24,4 +24,4 @@ -{% endblock postman_menu %} \ No newline at end of file +{% endblock postman_menu %} diff --git a/teleforma/templates/telemeta/base.html b/teleforma/templates/telemeta/base.html index 65574673..eb907b00 100644 --- a/teleforma/templates/telemeta/base.html +++ b/teleforma/templates/telemeta/base.html @@ -94,7 +94,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" %}
  • -- 2.39.5