diff options
author | Yaroslav de la Peña Smirnov <contact@yaroslavps.com> | 2018-06-25 02:50:14 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <contact@yaroslavps.com> | 2018-06-25 02:50:14 +0300 |
commit | c9832e71790c7d93fcf3c512de8327dda3748e70 (patch) | |
tree | 0caa26ecdc8f8566f9b6a189ae7717bd4d67fb97 /weblog/templates | |
parent | 8fd79ffe610d4fce69913fd167d437322347c3d4 (diff) | |
download | w3blog-c9832e71790c7d93fcf3c512de8327dda3748e70.tar.gz w3blog-c9832e71790c7d93fcf3c512de8327dda3748e70.zip |
0.3-postlang.2
Diffstat (limited to 'weblog/templates')
-rwxr-xr-x | weblog/templates/weblog/post.html | 5 |
1 files changed, 3 insertions, 2 deletions
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 %} <hr> - <p>{% trans 'Categories' context 'Post categories' %}: + <p>{% trans 'Categories' context 'Post categories' %}: {% for post_category in post_categories %} <a class="label label-info" href="{% url 'weblog:CategoryIndex' category_slug=post_category.slug %}">{{ post_category.name }}</a> {% endfor %} @@ -64,4 +64,5 @@ {% endif %} {% endif %} </div> -{% endblock %}
\ No newline at end of file +{% endblock %} + |