From 99110deeb1d56c17bc22808f02d202399e3f0ba0 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 15 Jan 2020 11:03:13 +0100 Subject: [PATCH] =?UTF-8?q?Tagy=20a=20kategorie=20na=20konci=20receptu=20m?= =?UTF-8?q?aj=C3=AD=20odkaz?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/page.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/page.html b/templates/page.html index 719ec0e..680b16e 100644 --- a/templates/page.html +++ b/templates/page.html @@ -30,7 +30,7 @@
Kategorie – {% for term in categories %} - {{ term | capitalize() }} + {{ term | capitalize() }} {% endfor %}
{% endif %} @@ -40,7 +40,7 @@
Tagy – {% for term in tags %} - {{ term | capitalize() }} + {{ term | capitalize() }} {% endfor %}
{% endif %}