app/soc/templates/soc/org_app/mail/accepted_gsoc2009.html
changeset 1868 6847be02943a
child 1912 0d37e9797a90
equal deleted inserted replaced
1867:09e3771fc096 1868:6847be02943a
       
     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   For full instructions on how to create a home page and best practices for creating it, please see our User's 
       
    31   Guide at http://socghop.appspot.com/document/show/program/google/gsoc2009/userguide
       
    32 </p>
       
    33 
       
    34 <p>
       
    35   It is worth taking a look at the in-depth documentation for tips even if you are familiar with the program or a 
       
    36   past participant.<br />
       
    37   You will now also be able to review and accept mentor applications for your
       
    38   organization.
       
    39 </p>
       
    40 
       
    41 Congratulations! We look forward to having you with us for {{ program_name }}.
       
    42 {% endblock %}
       
    43 
       
    44 {% block signature %}
       
    45   Best regards, <br />{{ sender_name }}
       
    46 {% endblock %}