Show user translations only if there are some
This commit is contained in:
parent
f09b9be30e
commit
7255924eb1
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
{% if usertranslations %}
|
||||||
<h2>{% trans "Your translations" %}</h2>
|
<h2>{% trans "Your translations" %}</h2>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
@ -25,6 +26,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<h2>{% trans "Projects" %}</h2>
|
<h2>{% trans "Projects" %}</h2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user