summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Tittsler <jwt@onjapan.net>2012-04-27 17:36:59 +1200
committerJim Tittsler <jwt@onjapan.net>2012-04-27 17:36:59 +1200
commit8777bb3355d7d4cbdbadff00413d045c1de85fbc (patch)
tree6633272d6d21a06ccf76c5d1a0b94600e17d5e9e
parent64ab1ac2d8cfe57e524aca3341abc852b861e512 (diff)
downloadaskbot-8777bb3355d7d4cbdbadff00413d045c1de85fbc.tar.gz
askbot-8777bb3355d7d4cbdbadff00413d045c1de85fbc.tar.bz2
askbot-8777bb3355d7d4cbdbadff00413d045c1de85fbc.zip
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 %}