summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/month_view.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-12-10 12:25:38 +0100
committerAurélien Bompard <aurelien@bompard.org>2012-12-10 12:25:38 +0100
commita9636afdec4029745e9cdb88fbebdf674426828e (patch)
tree6aae06ebe892deeb65be5795b24b2d66a58e0a49 /hyperkitty/templates/month_view.html
parent0a8e5ee78fb231606a0b43f6688aca47e941d91c (diff)
Activate voting (it's not a mockup anymore)
Diffstat (limited to 'hyperkitty/templates/month_view.html')
-rw-r--r--hyperkitty/templates/month_view.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/hyperkitty/templates/month_view.html b/hyperkitty/templates/month_view.html
index 4e98e4a..802c1e6 100644
--- a/hyperkitty/templates/month_view.html
+++ b/hyperkitty/templates/month_view.html
@@ -79,7 +79,6 @@
{{ thread|length }} comments
</li>
</ul>
- {% if use_mockups %}
<ul class="inline-block">
<form method="post" action="{% url message_vote mlist_fqdn=list_address %}">
<input type="hidden" name="hashid" value="{{ thread.thread_id }}" />
@@ -97,7 +96,6 @@
</ul>
<a href="{% url thread threadid=thread.thread_id, mlist_fqdn=list_address %}"
class="btn">Show discussion</a>
- {% endif %}
</div>
</div>
<!-- End of thread -->