aboutsummaryrefslogtreecommitdiff
path: root/usettings/templates/pshb.html
diff options
context:
space:
mode:
Diffstat (limited to 'usettings/templates/pshb.html')
-rw-r--r--usettings/templates/pshb.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/usettings/templates/pshb.html b/usettings/templates/pshb.html
index d0ac455..ed02a54 100644
--- a/usettings/templates/pshb.html
+++ b/usettings/templates/pshb.html
@@ -1,5 +1,5 @@
{% extends "settings.html" %}
-{% load i18n %}
+{% load i18n %}{% load url from future %}
{% block settings %}
<p class="bold">{% trans "PubSubHubbub subscriptions" %}
@@ -31,7 +31,7 @@
{% endif %}
{% if services %}
- <form id="pshb-form" method="post" action="{% url glifestream.usettings.views.pshb %}">
+ <form id="pshb-form" method="post" action="{% url 'glifestream.usettings.views.pshb' %}">
<select name="subscribe">
<option value="">-- {% trans "service" %} --</option>
{% for s in services %}

Return to:

Send suggestions and report system problems to the System administrator.