Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
Merge pull request #373 from raphaelm/patch-1
Browse files Browse the repository at this point in the history
Fixed an empty <p> tag
  • Loading branch information
FinalAngel committed Jun 28, 2016
2 parents 831f614 + 513a463 commit dc4ec87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</p>
{% endif %}

{% if article.categories %}
{% if article.categories.exists %}
<p>
{% for category in article.categories.all %}
<a href="{% namespace_url 'article-list-by-category' category.slug namespace=namespace default='' %}">{{ category.name }}</a>
Expand Down

0 comments on commit dc4ec87

Please sign in to comment.