Show user translations only if there are some
This commit is contained in:
parent
f09b9be30e
commit
7255924eb1
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user