summaryrefslogtreecommitdiffstats
path: root/templates/authopenid/complete.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/authopenid/complete.html')
-rw-r--r--templates/authopenid/complete.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/authopenid/complete.html b/templates/authopenid/complete.html
index efed74c7..1606cfc5 100644
--- a/templates/authopenid/complete.html
+++ b/templates/authopenid/complete.html
@@ -72,7 +72,7 @@ parameters:
<form name="fregister" action="{% url user_register %}" method="POST">
{% else %}
{% ifequal login_type 'facebook' %}
- <form name="fregister" action="{% url fb_user_register %}" method="POST">
+ <form name="fregister" action="" method="POST">
{% else %}
<form name="fregister" action="{% url user_signin %}" method="POST">
{% endifequal %}