diff options
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 %} + |