From: Guillaume Pellerin Date: Wed, 15 Jul 2015 10:08:36 +0000 (+0200) Subject: add message user infos X-Git-Tag: 1.1~210 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6824ebc4d7b70fc067d2a05ca3d73a0c3bfefdcb;p=teleforma.git add message user infos --- diff --git a/teleforma/templates/postman/base_folder.html b/teleforma/templates/postman/base_folder.html index a46c0661..1fd48140 100644 --- a/teleforma/templates/postman/base_folder.html +++ b/teleforma/templates/postman/base_folder.html @@ -47,9 +47,9 @@ - {% block pm_sender_cell %}{% if message.is_new %}{% endif %}{{ message.obfuscated_sender|or_me:user }}{% if message.count %} ({{ message.count }}){% endif %}{% if message.is_new %}{% endif %}{% endblock %} + {% block pm_sender_cell %}{% if message.is_new %}{% endif %}{{ message.obfuscated_sender|or_me:user }}{% if message.count %} ({{ message.count }}){% endif %}{% if message.is_new %}{% endif %}{% endblock %} - {% block pm_recipient_cell %}{{ message.obfuscated_recipient|or_me:user }}{% if message.count %} ({{ message.count }}){% endif %}{% endblock %} + {% block pm_recipient_cell %}{{ message.obfuscated_recipient|or_me:user }}{% if message.count %} ({{ message.count }}){% endif %}{% endblock %} {% if message.is_new %}{% endif %}{% if message.is_replied %}{% endif %} {% block pm_subject %}