]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/auth/auth_settings.html
Migrate to Django 1.6
[osqa.git] / forum / skins / default / templates / auth / auth_settings.html
index 969036d6c499650c900381ca809df8c95d6c6533..4d9064c58bfda6dcd2e9e65644e57dbb9ea9a209 100644 (file)
@@ -9,7 +9,7 @@
     <p class="message">{% blocktrans %}These are the external authentication providers currently associated with your account.{% endblocktrans %}</p>
     <div>
         {% for key in auth_keys %}
-            <p>{{ key.name }} (<a href="{% url user_remove_external_provider id=key.id %}">{% trans "remove" %}</a>)</p>
+            <p>{{ key.name }} (<a href="{% url "user_remove_external_provider" id=key.id %}">{% trans "remove" %}</a>)</p>
         {% endfor %}
     </div>
 {% endif %}
@@ -17,7 +17,7 @@
     <p class="message">{% blocktrans %}You currently have no external authentication provider associated with your account.{% endblocktrans %}</p>
 {% endif %}
 {% ifequal view_user request.user %}
-    <input type="button" class="submit" value="{% trans "Add new provider" %}" onclick="window.location='{% url user_add_external_provider %}'" />
+    <input type="button" class="submit" value="{% trans "Add new provider" %}" onclick="window.location='{% url "user_add_external_provider" %}'" />
 {% endifequal %}
 {% if allow_local_auth %}
 {% if has_password %}