summaryrefslogtreecommitdiffstats
path: root/askbot/templates/question/sidebar.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/question/sidebar.html')
-rw-r--r--askbot/templates/question/sidebar.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/askbot/templates/question/sidebar.html b/askbot/templates/question/sidebar.html
index 523f01ff..c4301b6c 100644
--- a/askbot/templates/question/sidebar.html
+++ b/askbot/templates/question/sidebar.html
@@ -26,19 +26,6 @@
{% endif %}
</div>
<div class="notify-sidebar">
- {%if request.user.is_authenticated() %}
- <input
- type="checkbox"
- id="question-subscribe-sidebar"
- {% if thread.is_followed_by(request.user) %}
- checked="checked"
- {% endif %}
- />
- <label for="question-subscribe-sidebar">{% trans %}email the updates{% endtrans %}</label>
- {%else%}
- <input type="checkbox" id="question-subscribe-sidebar"/>
- <label for="question-subscribe-sidebar">{% trans %}<strong>Here</strong> (once you log in) you will be able to sign up for the periodic email updates about this question.{% endtrans %}</label>
- {%endif%}
{% if settings.RSS_ENABLED %}
<p class="rss">
<a