]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/bundle.html
Django 1.5 compatibility fixes
[patchwork] / templates / patchwork / bundle.html
index 4bc6e084af450d5ebdcfcdc8f5e941e459202785..d47cf1348333cfe3d145b264407ab8d124a3de9c 100644 (file)
@@ -22,7 +22,7 @@
 <p>This bundle contains patches for the {{ bundle.project.linkname }}
 project.</p>
 
-<p><a href="{% url patchwork.views.bundle.mbox username=bundle.owner.username bundlename=bundle.name %}">Download bundle as mbox</a></p>
+<p><a href="{% url 'patchwork.views.bundle.mbox' username=bundle.owner.username bundlename=bundle.name %}">Download bundle as mbox</a></p>
 
 {% if bundleform %}
 <form method="post">