Show user translations only if there are some

This commit is contained in:
Michal Čihař 2012-03-05 16:26:02 +01:00
parent f09b9be30e
commit 7255924eb1

View File

@ -3,6 +3,7 @@
{% block content %}
{% if usertranslations %}
<h2>{% trans "Your translations" %}</h2>
<table>
@ -25,6 +26,7 @@
{% endfor %}
</tbody>
</table>
{% endif %}
<h2>{% trans "Projects" %}</h2>