summaryrefslogtreecommitdiffstats
path: root/extensions/REMO/template/en/default/hook/global/user-error-errors.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-03-23 05:49:54 +0100
committerByron Jones <glob@mozilla.com>2015-03-23 05:50:14 +0100
commitbc5f247fcfb4a6dd12a190a703c44a9d36bb4158 (patch)
tree83c0040865f477e511741c567e661608b06f814c /extensions/REMO/template/en/default/hook/global/user-error-errors.html.tmpl
parent9d045e4d060bc531e4243c621d07c79699fd22c8 (diff)
downloadbugzilla-bc5f247fcfb4a6dd12a190a703c44a9d36bb4158.tar.gz
bugzilla-bc5f247fcfb4a6dd12a190a703c44a9d36bb4158.tar.xz
Bug 1141165: Enforce mandatory field on form.reps.mentorship
Diffstat (limited to 'extensions/REMO/template/en/default/hook/global/user-error-errors.html.tmpl')
-rw-r--r--extensions/REMO/template/en/default/hook/global/user-error-errors.html.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/REMO/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/REMO/template/en/default/hook/global/user-error-errors.html.tmpl
index 200e678be..e13fba024 100644
--- a/extensions/REMO/template/en/default/hook/global/user-error-errors.html.tmpl
+++ b/extensions/REMO/template/en/default/hook/global/user-error-errors.html.tmpl
@@ -37,4 +37,8 @@
You can either <a href="[% urlbase FILTER html %]page.cgi?id=remo-form-payment.html">
create a new payment request</a> or [% "go back to $terms.bug $bugid" FILTER bug_link(bugid) FILTER none %].
+[% ELSIF error == "remo_missing_voucher" %]
+ [% title = "Missing Vouchers" %]
+ You did not provide anyone to vouch for your application.
+
[% END %]