diff --git a/cps/templates/user_edit.html b/cps/templates/user_edit.html index 02bf31d6..2d4354ec 100644 --- a/cps/templates/user_edit.html +++ b/cps/templates/user_edit.html @@ -116,11 +116,10 @@ {{_('Back')}} {% endif %} - - {% if downloads %} +

{{_('Recent Downloads')}}

{% for entry in downloads %}
@@ -129,6 +128,7 @@
{% endfor %} +
{% endif %} {% endblock %}