From 679effbaef7424aefbc6359834f73d86bb46258e Mon Sep 17 00:00:00 2001 From: OzzieIsaacs Date: Sat, 25 Feb 2017 13:34:33 +0100 Subject: [PATCH] Bugfix placement of "recent downloads in "edit user section" --- cps/templates/user_edit.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}