summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/patch.html
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-08-21 17:15:40 +0800
committerJeremy Kerr <jk@ozlabs.org>2008-08-21 17:15:40 +0800
commit810cd7a2c13720f587dd23957f39b3ddb56dc95b (patch)
tree80302399f8dbe244ee1945eed0f1e67c76245ca1 /templates/patchwork/patch.html
parent81c5a915f210b70451c970d223430804d501ddc3 (diff)
downloadpatchwork-810cd7a2c13720f587dd23957f39b3ddb56dc95b.tar.bz2
patchwork-810cd7a2c13720f587dd23957f39b3ddb56dc95b.tar.xz
Fix NoReverseMatch in patch template
Diffstat (limited to 'templates/patchwork/patch.html')
-rw-r--r--templates/patchwork/patch.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/patchwork/patch.html b/templates/patchwork/patch.html
index 6ca6761..b793f39 100644
--- a/templates/patchwork/patch.html
+++ b/templates/patchwork/patch.html
@@ -122,7 +122,7 @@ function toggle_headers(link_id, headers_id)
<tr>
<td>Ack:</td>
<td>
- <form action="{% url patchwork.views.patch patch=patch.id %}"
+ <form action="{% url patchwork.views.patch.patch patch_id=patch.id %}"
method="post">
<input type="hidden" name="action" value="act"/>
<input type="submit" value="Ack"/>
@@ -175,7 +175,7 @@ function toggle_headers(link_id, headers_id)
<tr>
<td>Ack:</td>
<td>
- <form action="{% url patchwork.views.patch patch=patch.id %}"
+ <form action="{% url patchwork.views.patch.patch patch_id=patch.id %}"
method="post">
<input type="hidden" name="action" value="act"/>
<input type="submit" value="Ack"/>