Show More
@@ -16,7 +16,7 b'' | |||||
16 |
|
16 | |||
17 | {% if tag %} |
|
17 | {% if tag %} | |
18 | <div class="tag_info"> |
|
18 | <div class="tag_info"> | |
19 |
<h2> |
|
19 | <h2> | |
20 | {% if tag in user.fav_tags.all %} |
|
20 | {% if tag in user.fav_tags.all %} | |
21 | <a href="{% url 'tag_unsubscribe' tag.name %}?next={{ request.path }}" |
|
21 | <a href="{% url 'tag_unsubscribe' tag.name %}?next={{ request.path }}" | |
22 | class="fav">★</a> |
|
22 | class="fav">★</a> | |
@@ -24,6 +24,7 b'' | |||||
24 | <a href="{% url 'tag_subscribe' tag.name %}?next={{ request.path }}" |
|
24 | <a href="{% url 'tag_subscribe' tag.name %}?next={{ request.path }}" | |
25 | class="not_fav">★</a> |
|
25 | class="not_fav">★</a> | |
26 | {% endif %} |
|
26 | {% endif %} | |
|
27 | #{{ tag.name }} | |||
27 | </h2> |
|
28 | </h2> | |
28 | </div> |
|
29 | </div> | |
29 | {% endif %} |
|
30 | {% endif %} |
General Comments 0
You need to be logged in to leave comments.
Login now