summaryrefslogtreecommitdiffstats
path: root/askbot/skins/common/templates/authopenid/signup_with_password.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/skins/common/templates/authopenid/signup_with_password.html')
-rw-r--r--askbot/skins/common/templates/authopenid/signup_with_password.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/askbot/skins/common/templates/authopenid/signup_with_password.html b/askbot/skins/common/templates/authopenid/signup_with_password.html
index e65cd518..e5a8f633 100644
--- a/askbot/skins/common/templates/authopenid/signup_with_password.html
+++ b/askbot/skins/common/templates/authopenid/signup_with_password.html
@@ -37,15 +37,6 @@ your login details with anyone and having to remember yet another password.{% en
<li><label for="password1_id">{{form.password1.label}}</label>{{form.password1}}{{form.password1.errors}}</li>
<li><label for="password2_id">{{form.password2.label}}</label>{{form.password2}}{{form.password2.errors}}</li>
</ul>
- <p style="margin-top: 10px">
- {% trans %}<strong>Receive periodic updates by email</strong>{% endtrans %}
- </p>
- <div class='simple-subscribe-options'>
- {{email_feeds_form.subscribe}}
- {% if email_feeds_form.errors %}
- <p class="error">{% trans %}please select one of the options above{% endtrans %}</p>
- {% endif %}
- </div>
{% if settings.USE_RECAPTCHA %}
<p class="signup_p">{% trans %}Please read and type in the two words below to help us prevent automated account creation.{% endtrans %}</p>
{{form.recaptcha}}