summaryrefslogtreecommitdiffstats
path: root/extensions/Review/template
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@mozilla.com>2014-03-20 22:46:04 +0100
committerDavid Lawrence <dkl@mozilla.com>2014-03-20 22:46:04 +0100
commit8ba59b5e888f16ccc74ab9aa5b52c4ec64700197 (patch)
tree525108e3fe9cceebe859d572ac8607d14ce604e1 /extensions/Review/template
parent99457cc8631ec71dcacb4e79b1597c0f8b9abd25 (diff)
downloadbugzilla-8ba59b5e888f16ccc74ab9aa5b52c4ec64700197.tar.gz
bugzilla-8ba59b5e888f16ccc74ab9aa5b52c4ec64700197.tar.xz
Bug 978773: API to query flag history by user
r=dkl
Diffstat (limited to 'extensions/Review/template')
-rw-r--r--extensions/Review/template/en/default/hook/global/user-error-errors.html.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/Review/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/Review/template/en/default/hook/global/user-error-errors.html.tmpl
index 856ff3c75..788852aa8 100644
--- a/extensions/Review/template/en/default/hook/global/user-error-errors.html.tmpl
+++ b/extensions/Review/template/en/default/hook/global/user-error-errors.html.tmpl
@@ -15,4 +15,8 @@
You must provide either a bug_id, or a product (and optionally a
component).
+[% ELSIF error == "invalid_flag_type_id" %]
+ [% title = "Invalid Flag Type ID" %]
+ The flag type id [% type_id FILTER html %] is invalid.
+
[% END %]