summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-05-01 07:49:45 -0700
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-05-01 07:49:45 -0700
commita830269e61cf070c65d7cd086bfacbe47aa3bb87 (patch)
tree43ae2defc934663a43bf122350d05d9418e9a12c
parent7086285e9e106936d31b4190ea980ff92f31b080 (diff)
parent8777bb3355d7d4cbdbadff00413d045c1de85fbc (diff)
downloadaskbot-a830269e61cf070c65d7cd086bfacbe47aa3bb87.tar.gz
askbot-a830269e61cf070c65d7cd086bfacbe47aa3bb87.tar.bz2
askbot-a830269e61cf070c65d7cd086bfacbe47aa3bb87.zip
Merge pull request #70 from jimt/patch-3
remove duplicate label for subscribe (once you log in) checkbox
-rw-r--r--askbot/skins/default/templates/question/subscribe_by_email_prompt.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/askbot/skins/default/templates/question/subscribe_by_email_prompt.html b/askbot/skins/default/templates/question/subscribe_by_email_prompt.html
index a9158143..6a77601c 100644
--- a/askbot/skins/default/templates/question/subscribe_by_email_prompt.html
+++ b/askbot/skins/default/templates/question/subscribe_by_email_prompt.html
@@ -8,7 +8,6 @@
{% else %}
<p>
{{ answer.email_notify }}
- <label>{% trans %}once you sign in you will be able to subscribe for any updates here{% endtrans %}</label>
<label>{% trans %}<span class='strong'>Here</span> (once you log in) you will be able to sign up for the periodic email updates about this question.{% endtrans %}</label>
</p>
{% endif %}