Fixing a stray li

rtd2
Charles Leifer 2010-08-15 16:30:09 -05:00
parent d1446ec6c6
commit 008ca66310
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
{% for tag in project.tags.all %}
<a href="{% url projects_tag_detail tag.slug %}">{{ tag.name }}</a>{% if forloop.last %}{% else %}, {% endif %}
{% empty %}
<li>No tags</li>
<span>No tags</span>
{% endfor %}
</p>