From 714aa2a69cad54cc22ff037d0a4a45b8ce526b84 Mon Sep 17 00:00:00 2001 From: Klafyvel Date: Wed, 28 Feb 2018 15:44:00 +0100 Subject: [PATCH] sytle mineur --- content/templates/content/content_list.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/templates/content/content_list.html b/content/templates/content/content_list.html index 8c741b0..e74ab0b 100644 --- a/content/templates/content/content_list.html +++ b/content/templates/content/content_list.html @@ -18,7 +18,8 @@ function show_content () { $('html, body').animate({scrollTop: $('#category-content').offset().top}, 800); } -
+
+

{{category.name}}

{{category.description}}

@@ -38,5 +39,7 @@ $('html, body').animate({scrollTop: $('#category-content').offset().top}, 800);
{% endfor %} +
+
{% endblock %}