summaryrefslogtreecommitdiffstats
path: root/askbot/skins/common/templates/authopenid/complete.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/skins/common/templates/authopenid/complete.html')
-rw-r--r--askbot/skins/common/templates/authopenid/complete.html10
1 files changed, 1 insertions, 9 deletions
diff --git a/askbot/skins/common/templates/authopenid/complete.html b/askbot/skins/common/templates/authopenid/complete.html
index 6408c8b4..c9afedee 100644
--- a/askbot/skins/common/templates/authopenid/complete.html
+++ b/askbot/skins/common/templates/authopenid/complete.html
@@ -14,7 +14,6 @@ parameters:
* username (same as screen name or username in the models, and nickname in openid sreg)
* openid_register_form
* openid_verify_form - not clear what this form is supposed to do, not used for legacy
-* email_feeds_form forum.forms.SimpleEmailSubscribeForm
* openid_username_exists
#}
{% block head %}{% endblock %}
@@ -34,7 +33,7 @@ parameters:
{% elif login_type=='facebook' %}
<form name="fregister" action="" method="POST">{% csrf_token %}
{% else %}
- <form name="fregister" action="{{ settings.LOGIN_URL }}" method="POST">{% csrf_token %}
+ <form name="fregister" action="{{ default_form_action }}" method="POST">{% csrf_token %}
{% endif %}
{{ openid_register_form.next }}
<div class="form-row-vertical">
@@ -57,13 +56,6 @@ anyone, must be valid</i>)
{% endif %}
{{ openid_register_form.email }}
</div>
- <p>{% trans %}<strong>Receive forum 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>
<div class="submit-row"><input type="submit" class="submit" name="bnewaccount" value="{% trans %}Signup{% endtrans %}"/></div>
</form>
</div>