From 937e3e30e3df66ab954b5dbd584ed2df9796e624 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Mon, 23 Jul 2018 23:56:22 +0200 Subject: [PATCH] Fix the admin template --- templates/utils.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/utils.html b/templates/utils.html index 88720f2..1e19cac 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -57,7 +57,7 @@ {% if a.mediaType.startswith("image/") %} {% else %} -
  • {% if a.filename %}{{ a.filename }}{% else %}{{ a.url }}{% endif %}
  • +
  • {% if a.filename %}{{ a.filename }}{% else %}{{ a.url }}{% endif %}
  • {% endif %} {% endfor %} {% if obj.attachment | not_only_imgs %}