From 9b2d9e49726d2c7e9177e18b58b5548239144639 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Wed, 12 Apr 2017 19:19:55 -0300 Subject: [PATCH] Modified manage news template to include delete news properly --- news/templates/news/list.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/news/templates/news/list.html b/news/templates/news/list.html index 520b9b8..39103d7 100644 --- a/news/templates/news/list.html +++ b/news/templates/news/list.html @@ -57,7 +57,7 @@
{% trans 'Edit' %} - {% trans 'Delete' %} + {% trans 'Delete' %}
@@ -75,5 +75,21 @@ + {% endblock %} -- libgit2 0.21.2