summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/create.html.tmpl
diff options
context:
space:
mode:
authordkl%redhat.com <>2008-06-28 02:56:18 +0200
committerdkl%redhat.com <>2008-06-28 02:56:18 +0200
commitb8f0c041640c48d0e0e88eb02da6f9cf1bc0aaf3 (patch)
tree0f1f1ef60878ba7a308ea2cfee2b979b1aac7b5e /template/en/default/attachment/create.html.tmpl
parent56ccd58774980ac41436242ac1a5ed223f8868aa (diff)
downloadbugzilla-b8f0c041640c48d0e0e88eb02da6f9cf1bc0aaf3.tar.gz
bugzilla-b8f0c041640c48d0e0e88eb02da6f9cf1bc0aaf3.tar.xz
Bug 422691 – Attachment gets added twice after hitting "Back" and "Refresh"
Patch by David Lawrence <dkl@redhat.com> - r/a=LpSolit
Diffstat (limited to 'template/en/default/attachment/create.html.tmpl')
-rw-r--r--template/en/default/attachment/create.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl
index 7944228f3..10648159b 100644
--- a/template/en/default/attachment/create.html.tmpl
+++ b/template/en/default/attachment/create.html.tmpl
@@ -42,6 +42,7 @@
<form name="entryform" method="post" action="attachment.cgi" enctype="multipart/form-data">
<input type="hidden" name="bugid" value="[% bug.bug_id %]">
<input type="hidden" name="action" value="insert">
+ <input type="hidden" name="token" value="[% token FILTER html %]">
<table class="attachment_entry">
[% PROCESS attachment/createformcontents.html.tmpl %]