From 4005749a7c45bfd55e0859f6ab264bae1c3d556e Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Mon, 22 Jan 2018 22:02:30 +0100 Subject: Removing card components --- crumbs/templates/category.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crumbs/templates/category.html') diff --git a/crumbs/templates/category.html b/crumbs/templates/category.html index f741c6e..92505d2 100755 --- a/crumbs/templates/category.html +++ b/crumbs/templates/category.html @@ -9,7 +9,7 @@ {% for article in articles %} {% with type='multi' %} - {% include "card_content.html" %} + {% include "components/card_content.html" %} {% endwith %} {% endfor %} -- cgit v1.2.3