Skip to content

Commit

Permalink
Updated tag_detail.html to use the briefer article list fragment.
Browse files Browse the repository at this point in the history
  • Loading branch information
lethain committed Feb 19, 2009
1 parent 1bed22f commit c946216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/lifeflow/tag_detail.html
Expand Up @@ -13,7 +13,7 @@ <h2> Entries tagged with {{ object }}</h2>

{% with object.latest as article_list %}
<ol>
{% include "lifeflow/show_articles_list.html" %}
{% include "lifeflow/brief_articles_list.html" %}
</ol>
{% endwith %}

Expand Down

0 comments on commit c946216

Please sign in to comment.