summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/template
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-04-14 07:53:42 +0200
committerByron Jones <glob@mozilla.com>2015-04-14 07:53:42 +0200
commit56e097e7f119038506daec6900d2e99ac70b488d (patch)
treeec51a067d0b387f3d0ab506115293400b525eff1 /extensions/BugModal/template
parente5131c86c22c5577c0e27db04481084caf635dc5 (diff)
downloadbugzilla-56e097e7f119038506daec6900d2e99ac70b488d.tar.gz
bugzilla-56e097e7f119038506daec6900d2e99ac70b488d.tar.xz
Bug 1153103: add hooks for legal product disclaimer
Diffstat (limited to 'extensions/BugModal/template')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl2
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/header.html.tmpl2
2 files changed, 4 insertions, 0 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
index 61ba58546..75f4747ea 100644
--- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
@@ -932,6 +932,8 @@
</div>
[% END %]
+[% Hook.process('after_modules') %]
+
[%# === comments === %]
[%
diff --git a/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl
index 9e3742ef8..6ba7ede8b 100644
--- a/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/header.html.tmpl
@@ -103,3 +103,5 @@
BUGZILLA.default_qa_contact = '[% bug.component_obj.default_qa_contact.login FILTER js %]';
[% END %]
[% END %]
+
+[% Hook.process("end") %]