From c9832e71790c7d93fcf3c512de8327dda3748e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Mon, 25 Jun 2018 02:50:14 +0300 Subject: 0.3-postlang.2 --- weblog/templates/weblog/post.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'weblog/templates') diff --git a/weblog/templates/weblog/post.html b/weblog/templates/weblog/post.html index 364e17c..d602223 100755 --- a/weblog/templates/weblog/post.html +++ b/weblog/templates/weblog/post.html @@ -13,7 +13,7 @@ {% endif %} {% if post_categories %}
-

{% trans 'Categories' context 'Post categories' %}: +

{% trans 'Categories' context 'Post categories' %}: {% for post_category in post_categories %} {{ post_category.name }} {% endfor %} @@ -64,4 +64,5 @@ {% endif %} {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %} + -- cgit v1.2.3