update post detail page for tag query param on url
1 files changed, 1 insertions(+), 1 deletions(-) M main/templates/main/post_detail.html
M main/templates/main/post_detail.html => main/templates/main/post_detail.html +1 -1
@@ 68,7 68,7 @@ <hr> <p><b>Tags</b>: {% for tag in post.tag_list %} <a href="{% url 'post_list_filter' tag %}" class="tag">{{ tag }}</a>{% if not forloop.last %}, {% endif %} <a href="{% url 'post_list' %}?tags={{ tag }}" class="tag">{{ tag }}</a>{% if not forloop.last %}, {% endif %} {% endfor %} </p> {% endif %}