aboutsummaryrefslogtreecommitdiff
path: root/glifestream/gauth/templates/openid.html
diff options
context:
space:
mode:
Diffstat (limited to 'glifestream/gauth/templates/openid.html')
-rw-r--r--glifestream/gauth/templates/openid.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/glifestream/gauth/templates/openid.html b/glifestream/gauth/templates/openid.html
index 856c978..8a34730 100644
--- a/glifestream/gauth/templates/openid.html
+++ b/glifestream/gauth/templates/openid.html
@@ -1,12 +1,12 @@
{% extends "base.html" %}
-{% load i18n %}{% load url from future %}
+{% load i18n %}
{% block main %}
<section id="login">
<div id="loginbox">
{% if page.msg %}<p class="error">{{ page.msg }}</p>{% endif %}
-<form name="loginform" method="post" action="{% url 'glifestream.gauth.views.openid' %}">
+<form name="loginform" method="post" action="{% url 'openid' %}">
<p>
<label>{% trans "OpenID" %}<br />
<input type="text" name="openid_identifier" id="openid_identifier" maxlength="128" />

Return to:

Send suggestions and report system problems to the System administrator.