aboutsummaryrefslogtreecommitdiff
path: root/usettings/templates/oid.html
diff options
context:
space:
mode:
Diffstat (limited to 'usettings/templates/oid.html')
-rw-r--r--usettings/templates/oid.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/usettings/templates/oid.html b/usettings/templates/oid.html
index 8756609..47eb6a9 100644
--- a/usettings/templates/oid.html
+++ b/usettings/templates/oid.html
@@ -1,5 +1,5 @@
{% extends "settings.html" %}
-{% load i18n %}
+{% load i18n %}{% load url from future %}
{% block settings %}
<p class="bold">{% trans "Attached identities:" %}</p>
@@ -10,7 +10,7 @@
{% endfor %}
</ul>
- <form id="oid-form" method="post" action="{% url glifestream.usettings.views.openid %}">
+ <form id="oid-form" method="post" action="{% url 'glifestream.usettings.views.openid' %}">
<fieldset>
{% if page.msg %}
<ul class="errorlist">

Return to:

Send suggestions and report system problems to the System administrator.