fix "Tag" label on doc detail
This commit is contained in:
parent
dfa576fd62
commit
cd111ea425
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
{% if document.tags.count > 0 %}
|
{% if document.tags.count > 0 %}
|
||||||
<h3 class="doc-taglist">
|
<h3 class="doc-taglist">
|
||||||
<span>Tag</span>
|
<span>Tags: </span>
|
||||||
{% for tag in document.tags.all %}
|
{% for tag in document.tags.all %}
|
||||||
<li>
|
<li>
|
||||||
<a href="{% url "pile:tag" tag.id %}" title="{{ tag.description }}">
|
<a href="{% url "pile:tag" tag.id %}" title="{{ tag.description }}">
|
||||||
|
|
Loading…
Reference in a new issue