##// END OF EJS Templates
Merged with BB
neko259 -
r304:8151afcf merge default
parent child Browse files
Show More
@@ -16,7 +16,7 b''
16 16
17 17 {% if tag %}
18 18 <div class="tag_info">
19 <h2>#{{ tag.name }}
19 <h2>
20 20 {% if tag in user.fav_tags.all %}
21 21 <a href="{% url 'tag_unsubscribe' tag.name %}?next={{ request.path }}"
22 22 class="fav"></a>
@@ -24,6 +24,7 b''
24 24 <a href="{% url 'tag_subscribe' tag.name %}?next={{ request.path }}"
25 25 class="not_fav"></a>
26 26 {% endif %}
27 #{{ tag.name }}
27 28 </h2>
28 29 </div>
29 30 {% endif %}
General Comments 0
You need to be logged in to leave comments. Login now