Skip to content

Commit

Permalink
commas make life better
Browse files Browse the repository at this point in the history
  • Loading branch information
Justine Tunney committed Aug 13, 2012
1 parent 17edfeb commit d796233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion occupywallst/templates/occupywallst/article_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h1><a href="{{ article.get_absolute_url }}">
<br/>
Tags:
{% for tag in article.taggies %}
<a href="{% url tag tag.name %}">{{ tag.name }}</a>
<a href="{% url tag tag.name %}">{{ tag.name }}</a>{% if not forloop.last %},{% endif %}
{% endfor %}
{% endif %}
</p>

0 comments on commit d796233

Please sign in to comment.