app/gsoc/templates/gsoc/student_proposal/mail/accepted_gsoc2009.html
changeset 2236 8a74f5cc12b1
equal deleted inserted replaced
2235:d97e75574590 2236:8a74f5cc12b1
       
     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 greeting %}
       
    17 Dear {{ to_name }},
       
    18 {% endblock %}
       
    19 
       
    20 
       
    21 {% block content %}
       
    22 <p>
       
    23 Congratulations! Your proposal "{{ proposal_title }}" as submitted to "{{ org_name }}" 
       
    24 has been accepted for {{ program_name }}. Over the next few days, we will add 
       
    25 you to the private Google Summer of Code Student Discussion List. Over the next few 
       
    26 weeks, we will send instructions to this list regarding turn in proof of enrollment, 
       
    27 tax forms, etc.
       
    28 </p>
       
    29 
       
    30 <p>
       
    31 Now that you've been accepted, please take the opportunity to speak with your mentors 
       
    32 about plans for the Community Bonding Period: what documentation should you be 
       
    33 reading, what version control system will you need to set up, etc., before start of 
       
    34 coding begins on May 23rd.
       
    35 </p>
       
    36 
       
    37 <p>
       
    38 Welcome to {{ program_name }}! We look forward to having you with us.
       
    39 </p>
       
    40 {% endblock %}
       
    41 
       
    42 
       
    43 {% block signature %}
       
    44   With best regards,<br />
       
    45   The Google Summer of Code Program Administration Team
       
    46 {% endblock %}