]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/user-link-confirm.html
Django 1.5 compatibility fixes
[patchwork] / templates / patchwork / user-link-confirm.html
index 61979cf4f948096537741238dd6118d973947cb1..449bfebbe38a040a630e08b48e1b67767d412686 100644 (file)
@@ -1,4 +1,4 @@
-{% extends "patchwork/base.html" %}
+{% extends "base.html" %}
 
 {% block title %}{{ user.username }}{% endblock %}
 {% block heading %}link accounts for {{ user.username }}{% endblock %}
@@ -13,7 +13,7 @@
   your patchwork account</p>
 
 {% endif %}
-<p>Back to <a href="{% url patchwork.views.user.profile %}">your
+<p>Back to <a href="{% url 'patchwork.views.user.profile' %}">your
  profile</a>.</p>
 
 {% endblock %}