diff options
author | David Lawrence <dkl@mozilla.com> | 2014-12-08 23:30:36 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-12-08 23:30:36 +0100 |
commit | 0cd42fd71007724425c07acf2f7af6c410d7dc47 (patch) | |
tree | e8a9fe9263b4a28c89d0557ed96dd097e2a3b2d5 /extensions/BMO/template/en/default | |
parent | 66da5aeeaf1b14f70864cc19940ca188e6341528 (diff) | |
download | bugzilla-0cd42fd71007724425c07acf2f7af6c410d7dc47.tar.gz bugzilla-0cd42fd71007724425c07acf2f7af6c410d7dc47.tar.xz |
Bug 1104291: The form.web.bounty page does not say it's a bounty form
Diffstat (limited to 'extensions/BMO/template/en/default')
-rw-r--r-- | extensions/BMO/template/en/default/bug/create/create-web-bounty.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/create-web-bounty.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-web-bounty.html.tmpl index d76d57298..a15543375 100644 --- a/extensions/BMO/template/en/default/bug/create/create-web-bounty.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-web-bounty.html.tmpl @@ -68,6 +68,8 @@ function validateAndSubmit() { [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] +<h1>Web Bounty Form</h1> + <form id="web_bounty_form" method="post" action="post_bug.cgi" enctype="multipart/form-data" onSubmit="return validateAndSubmit();"> <input type="hidden" name="product" value="Websites"> |