summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/projects.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/patchwork/projects.html')
-rw-r--r--templates/patchwork/projects.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/patchwork/projects.html b/templates/patchwork/projects.html
index ad98bc3..5ccae9b 100644
--- a/templates/patchwork/projects.html
+++ b/templates/patchwork/projects.html
@@ -9,7 +9,7 @@
<dl>
{% for p in projects %}
<dt>
- <a href="{% url patchwork.views.patch.list project_id=p.linkname %}"
+ <a href="{% url 'patchwork.views.patch.list' project_id=p.linkname %}"
>{{p.linkname}}</a>
</dt>
<dd>{{p.name}}