diff --git a/templates/media.html b/templates/media.html index 7041a4b..979f6fe 100644 --- a/templates/media.html +++ b/templates/media.html @@ -6,7 +6,7 @@

{{ title }}

{% for item in object_list %} -
+
{{ item.titre }} @@ -22,6 +22,6 @@ {% endfor %} {% if perms.beesgospel.change_document %} -

Gestion des documents

+

Gestion des documents

{% endif %} {% endblock %}