summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-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"/>