app/soc/templates/soc/org_app/mail/accepted.html
changeset 1552 765e31c1669c
child 1912 0d37e9797a90
equal deleted inserted replaced
1551:78c6c14c6b63 1552:765e31c1669c
       
     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
       
     6 
       
     7   http://www.apache.org/licenses/LICENSE-2.0
       
     8 
       
     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 %}
       
    15 
       
    16 {% block content %}
       
    17 <p>
       
    18   Your 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>
       
    28 
       
    29 <p>
       
    30   You will now also be able to review and accept mentor applications for your
       
    31   organization.
       
    32 </p>
       
    33 
       
    34 Congratulations! We look forward to having you with us for {{ program_name }}.
       
    35 {% endblock %}
       
    36 
       
    37 {% block signature %}
       
    38   Best regards, <br />{{ sender_name }}
       
    39 {% endblock %}