diff --git a/boards/templates/boards/posting_general.html b/boards/templates/boards/posting_general.html --- a/boards/templates/boards/posting_general.html +++ b/boards/templates/boards/posting_general.html @@ -16,7 +16,7 @@ {% if tag %}
-

#{{ tag.name }} +

{% if tag in user.fav_tags.all %} @@ -24,6 +24,7 @@ {% endif %} + #{{ tag.name }}

{% endif %}