summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment
diff options
context:
space:
mode:
authorMark Côté <mcote@mozilla.com>2015-03-06 05:33:39 +0100
committerMark Côté <mcote@mozilla.com>2015-03-09 17:14:07 +0100
commitc25b318fc741b8b65a769446df6179a45b58b04e (patch)
tree066f3d0bc7e7daa792b8ed251cc00c34ee7cc96a /template/en/default/attachment
parentb199f4960471ec9156f9c1ae2f165159d80f30df (diff)
downloadbugzilla-c25b318fc741b8b65a769446df6179a45b58b04e.tar.gz
bugzilla-c25b318fc741b8b65a769446df6179a45b58b04e.tar.xz
Bug 1140049 - Advertise MozReview on Create New Attachment page. r=glob
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r--template/en/default/attachment/create.html.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl
index 45c61d5a1..ad2b13a99 100644
--- a/template/en/default/attachment/create.html.tmpl
+++ b/template/en/default/attachment/create.html.tmpl
@@ -45,6 +45,9 @@ TUI_hide_default('attachment_text_field');
-->
</script>
+[%# BMO hook for displaying MozReview message %]
+[% Hook.process('before_form') %]
+
<form name="entryform" method="post" action="attachment.cgi"
enctype="multipart/form-data"
onsubmit="return validateAttachmentForm(this)">