diff options
author | Byron Jones <bjones@mozilla.com> | 2014-01-22 07:57:56 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2014-01-22 07:57:56 +0100 |
commit | 7eaa20bf1fb447e14352bda6223d3c1b2257104b (patch) | |
tree | 01c0e12bae546e4cc027d79329fa519b1f7b5ede /extensions/REMO | |
parent | 8c2232a393f38279395824d1ea2a2c730bce916e (diff) | |
download | bugzilla-7eaa20bf1fb447e14352bda6223d3c1b2257104b.tar.gz bugzilla-7eaa20bf1fb447e14352bda6223d3c1b2257104b.tar.xz |
Bug 962230: Add contact information to Mozilla Reps Application Form
Diffstat (limited to 'extensions/REMO')
-rw-r--r-- | extensions/REMO/template/en/default/bug/create/create-mozreps.html.tmpl | 6 |
1 files changed, 6 insertions, 0 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 bd918d803..e3ab50f80 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 @@ -86,6 +86,12 @@ function submitForm() { <h1>Mozilla Reps - Application Form</h1> +<p> + If you have questions while completing this form, please contact the + <a href="mailto:reps-council@lists.mozilla.org">Reps Council</a> for + assistance. +</p> + <form method="post" action="post_bug.cgi" id="tmRequestForm"> <input type="hidden" name="product" value="Mozilla Reps"> <input type="hidden" name="component" value="Mentorship"> |