]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/patch-list.html
Django 1.5 compatibility fixes
[patchwork] / templates / patchwork / patch-list.html
index 723c4a0d9a4f18c9d2cb36a0e19da968aa6258ff..59adbe3017215b029814bed149723baa336bb28f 100644 (file)
     <input type="checkbox" name="patch_id:{{patch.id}}"/>
     </td>
     {% endif %}
-   <td><a href="{% url patchwork.views.patch.patch patch_id=patch.id %}"
+   <td><a href="{% url 'patchwork.views.patch.patch' patch_id=patch.id %}"
      >{{ patch.name|default:"[no subject]" }}</a></td>
    <td>{{ patch.date|date:"Y-m-d" }}</td>
    <td>{{ patch.submitter|personify }}</td>