blob: 127a6442cf4b7ff64274d5974413c49085508885 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
[%# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# This Source Code Form is "Incompatible With Secondary Licenses", as
# defined by the Mozilla Public License, v. 2.0.
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = "Recruiting Request Submission"
%]
<h1>Thank you!</h1>
<p>
Thank you for submitting your request to have a requisition opened! It will be
reviewed by the VPs and prioritized according to needs across the
organization. If you have any questions please reach out to
<a href="mailto:mmarovich@mozilla.com">Michelle Marovich</a>.
</p>
<p style="font-size: x-small">
Reference: <a href="show_bug.cgi?id=[% id FILTER uri %]">#[% id FILTER html %]</a>
</p>
[% PROCESS global/footer.html.tmpl %]
|