]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/optin.html
Django 1.5 compatibility fixes
[patchwork] / templates / patchwork / optin.html
index f7c0c0439ea1f8fea094f8a527d35143ce2ce532..01aaa0e2c6452595dd8bc9973d4e3c6aa7c4b08e 100644 (file)
@@ -9,11 +9,11 @@
 automated email from this patchwork system, using the address
 <strong>{{email}}</strong>.</p>
 <p>If you later decide that you no longer want to receive automated mail from
-patchwork, just visit <a href="{% url patchwork.views.mail.settings %}"
->http://{{site.domain}}{% url patchwork.views.mail.settings %}</a>, or
+patchwork, just visit <a href="{% url 'patchwork.views.mail.settings' %}"
+>http://{{site.domain}}{% url 'patchwork.views.mail.settings' %}</a>, or
 visit the main patchwork page and navigate from there.</p>
 {% if user.is_authenticated %}
-<p>Return to your <a href="{% url patchwork.views.user.profile %}">user
+<p>Return to your <a href="{% url 'patchwork.views.user.profile' %}">user
 profile</a>.</p>
 {% endif %}
 {% endblock %}