summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorGuilherme Salgado <guilherme.salgado@linaro.org>2011-06-08 10:43:47 -0300
committerGuilherme Salgado <guilherme.salgado@linaro.org>2011-06-08 10:43:47 -0300
commitccf00ffebfb23e070ca72e13bea8162d568b31f9 (patch)
tree63a838803c92fb4d1c4923b710e0f01cd2368b1f /templates
parent10018d32d777808f7ed76fa2fddcf6510a298d11 (diff)
Allow regular users to move patches from one project to another.
Diffstat (limited to 'templates')
-rw-r--r--templates/patchwork/patch-list.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/patchwork/patch-list.html b/templates/patchwork/patch-list.html
index 770f005..7f842b6 100644
--- a/templates/patchwork/patch-list.html
+++ b/templates/patchwork/patch-list.html
@@ -231,6 +231,22 @@
</div>
{% endif %}
+{% if patch_moving_form %}
+ <div class="patchform patchform-move">
+ <h3>Move</h3>
+ <table class="form">
+ <tr>
+ <td>Move to:</td>
+ <td>
+ {{ patch_moving_form.new_project }}
+ {{ patch_moving_form.new_project.errors }}
+ <input name="action" value="Move" type="submit"/>
+ </td>
+ </tr>
+ </table>
+ </div>
+{% endif %}
+
<div style="clear: both;">
</div>