summaryrefslogtreecommitdiffstats
path: root/askbot/templates/question/sidebar.html
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-27 02:24:30 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-27 02:24:30 -0400
commite854ce21858964f5f85e4901c6fc56bd7aa4639b (patch)
treef1d93e80bd0e53f32f2408fc3b8d20f550493391 /askbot/templates/question/sidebar.html
parent45217999234bd2cbceda7c114c7526979883fa47 (diff)
downloadaskbot-e854ce21858964f5f85e4901c6fc56bd7aa4639b.tar.gz
askbot-e854ce21858964f5f85e4901c6fc56bd7aa4639b.tar.bz2
askbot-e854ce21858964f5f85e4901c6fc56bd7aa4639b.zip
merged the "subscribe" checkbox with "follow" button functionally
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