##// END OF EJS Templates
Fixed adding thread to favorites
neko259 -
r1423:adc29226 default
parent child Browse files
Show More
@@ -12,6 +12,7 b''
12 12 <div class="tag_info">
13 13 <h2>
14 14 <form action="{% url 'thread' opening_post.id %}" method="post" class="post-button-form">
15 {% csrf_token %}
15 16 {% if is_favorite %}
16 17 <button name="method" value="unsubscribe" class="fav"></button>
17 18 {% else %}
General Comments 0
You need to be logged in to leave comments. Login now