minor change

This commit is contained in:
Michael Save 2012-05-28 17:08:29 +10:00
parent 97dd6ab391
commit 8d96bfc3e9
2 changed files with 6 additions and 7 deletions

View file

@ -60,10 +60,8 @@
<li><a href="?/news">{% trans 'News' %}</a></li>
<li>
<a href="?/inbox">
{% trans 'PM inbox' %}
{% if unread_pms > 0 %}
<strong>({{ unread_pms }} unread)</strong>
{% endif %}
{% trans 'PM inbox' %}
{% if unread_pms > 0 %}<strong>{%endif %}({{ unread_pms }} unread){% if unread_pms > 0 %}</strong>{%endif %}
</a>
</li>
</ul>