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 %}
|
||||
<h3 class="doc-taglist">
|
||||
<span>Tag</span>
|
||||
<span>Tags: </span>
|
||||
{% for tag in document.tags.all %}
|
||||
<li>
|
||||
<a href="{% url "pile:tag" tag.id %}" title="{{ tag.description }}">
|
||||
|
|
Loading…
Reference in a new issue