diff options
author | Byron Jones <glob@mozilla.com> | 2014-05-06 17:22:27 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-05-06 17:22:27 +0200 |
commit | 62ec259edc4c0d9e59c0fb14575edcd2d36432f0 (patch) | |
tree | 48354b332bb49754cd68239972c699a659dde3ef /extensions/REMO | |
parent | db8ccde0f31e32475748b1e838afbad913d9cc7b (diff) | |
download | bugzilla-62ec259edc4c0d9e59c0fb14575edcd2d36432f0.tar.gz bugzilla-62ec259edc4c0d9e59c0fb14575edcd2d36432f0.tar.xz |
Bug 787101: Make it mandatory to be a vouched Mozillian on Reps application form
Diffstat (limited to 'extensions/REMO')
-rw-r--r-- | extensions/REMO/template/en/default/bug/create/create-mozreps.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/REMO/template/en/default/bug/create/create-mozreps.html.tmpl b/extensions/REMO/template/en/default/bug/create/create-mozreps.html.tmpl index e3ab50f80..be461c795 100644 --- a/extensions/REMO/template/en/default/bug/create/create-mozreps.html.tmpl +++ b/extensions/REMO/template/en/default/bug/create/create-mozreps.html.tmpl @@ -66,7 +66,7 @@ function underageWarning (el) { function submitForm() { if (!mandatory([ 'first_name', 'last_name', 'sex', 'city', 'country', - 'languages', 'learn', 'motivation', 'privacy' ]) + 'mozillian', 'languages', 'learn', 'motivation', 'privacy' ]) ) { alert('Please enter all the required fields.'); return false; @@ -167,7 +167,7 @@ function submitForm() { </tr> <tr class="odd"> - <th>Mozillians.org Account:</th> + <th>Mozillians.org Account:[% mandatory FILTER none %]</th> <td><input id="mozillian" name="mozillian" size="40"></td> </tr> |