]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/patch.html
Django 1.5 compatibility fixes
[patchwork] / templates / patchwork / patch.html
index 25c9962838dff6c34cfd313f43ba1c455fdd7c51..813622b18ef4270cec89dac51c0bae3670dd2355 100644 (file)
@@ -43,10 +43,10 @@ function toggle_headers(link_id, headers_id)
  <tr>
   <th>Download</th>
   <td>
-   <a href="{% url patchwork.views.patch.mbox patch_id=patch.id %}"
+   <a href="{% url 'patchwork.views.patch.mbox' patch_id=patch.id %}"
    >mbox</a>
 {% if patch.content %}|
-   <a href="{% url patchwork.views.patch.content patch_id=patch.id %}"
+   <a href="{% url 'patchwork.views.patch.content' patch_id=patch.id %}"
    >patch</a>
 {% endif %}
    </td>