summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorGuilherme Salgado <guilherme.salgado@linaro.org>2011-06-30 16:58:20 -0300
committerGuilherme Salgado <guilherme.salgado@linaro.org>2011-06-30 16:58:20 -0300
commitb4985f0e9fc1b2d4b79dfdce3eb52418a4310c88 (patch)
tree73d8f927ae57f596bbe5dc8f31ea3c501989f9bf /templates
parent620745ec492b74eefa5041527f3ce962bf62ae1d (diff)
Make it possible to access patches via /<patch-id>
Diffstat (limited to 'templates')
-rw-r--r--templates/patchwork/patch-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/patchwork/patch-list.html b/templates/patchwork/patch-list.html
index db5d225..70fd55a 100644
--- a/templates/patchwork/patch-list.html
+++ b/templates/patchwork/patch-list.html
@@ -136,7 +136,7 @@
<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 patchmetrics.views.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>