Add organization name to organization application acceptance/rejection email templates.
[Melange.git] / app / soc / templates / soc / org_app / mail / accepted.html
blob6872d4c6c8d388e8da70ebd9e213df3ba6601fb7
1 {% extends "soc/mail/base.html" %}
2 {% comment %}
3 Licensed under the Apache License, Version 2.0 (the "License");
4 you may not use this file except in compliance with the License.
5 You may obtain a copy of the License at
7 http://www.apache.org/licenses/LICENSE-2.0
9 Unless required by applicable law or agreed to in writing, software
10 distributed under the License is distributed on an "AS IS" BASIS,
11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 See the License for the specific language governing permissions and
13 limitations under the License.
14 {% endcomment %}
16 {% block content %}
17 <p>
18 Your "{{ org_app_name }}" organization application for {{ program_name }} has been
19 accepted. Please take a moment *now* to log in to
20 {{ HTTP_host }} and review your Notifications (accessible in the
21 left hand navigation menu). You will need to follow the instructions
22 provided there to finish updating your organization's profile and to create
23 a home page for your organization on {{ HTTP_host }}. These changes
24 must be taken care of *immediately* so that student applicants have access
25 to the necessary information they'll require to review your organization
26 before applying.
27 </p>
29 <p>
30 You will now also be able to review and accept mentor applications for your
31 organization.
32 </p>
34 Congratulations! We look forward to having you with us for {{ program_name }}.
35 {% endblock %}
37 {% block signature %}
38 Best regards, <br />{{ sender_name }}
39 {% endblock %}