From 9fbb36dd19a553b5d72157867f4d7569e2734883 Mon Sep 17 00:00:00 2001
From: DylannCordel <cordel.d@free.fr>
Date: Mon, 11 Jun 2018 12:46:23 +0200
Subject: [PATCH] fix typo

---
 newsbox_cms/templates/newsbox_cms/inc/list.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/newsbox_cms/templates/newsbox_cms/inc/list.html b/newsbox_cms/templates/newsbox_cms/inc/list.html
index d2d2277..86acef1 100644
--- a/newsbox_cms/templates/newsbox_cms/inc/list.html
+++ b/newsbox_cms/templates/newsbox_cms/inc/list.html
@@ -21,7 +21,7 @@
     {% with is_plugin=True %}
         {{ block.super }}
     {% endwith %}
-{% endblock %
+{% endblock %}
 
 {% block newsbox_list_item %}
     {% render_model_block object %}
-- 
GitLab