app/gsoc/templates/gsoc/student_proposal/mail/accepted_gsoc2009.html
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 19 Apr 2009 10:26:11 +0000
changeset 2236 8a74f5cc12b1
permissions -rw-r--r--
Added email templates for accepted and rejected students in a GSoC like program. These templates are specifically for GSoC2009 as per request in Issue 379. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2236
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     1
{% extends "soc/mail/base.html" %}
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     2
{% comment %}
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     3
Licensed under the Apache License, Version 2.0 (the "License");
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     4
you may not use this file except in compliance with the License.
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     5
You may obtain a copy of the License at
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     6
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     7
  http://www.apache.org/licenses/LICENSE-2.0
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     8
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
     9
Unless required by applicable law or agreed to in writing, software
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    10
distributed under the License is distributed on an "AS IS" BASIS,
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    11
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    12
See the License for the specific language governing permissions and
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    13
limitations under the License.
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    14
{% endcomment %}
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    15
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    16
{% block greeting %}
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    17
Dear {{ to_name }},
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    18
{% endblock %}
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    19
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    20
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    21
{% block content %}
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    22
<p>
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    23
Congratulations! Your proposal "{{ proposal_title }}" as submitted to "{{ org_name }}" 
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    24
has been accepted for {{ program_name }}. Over the next few days, we will add 
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    25
you to the private Google Summer of Code Student Discussion List. Over the next few 
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    26
weeks, we will send instructions to this list regarding turn in proof of enrollment, 
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    27
tax forms, etc.
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    28
</p>
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    29
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    30
<p>
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    31
Now that you've been accepted, please take the opportunity to speak with your mentors 
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    32
about plans for the Community Bonding Period: what documentation should you be 
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    33
reading, what version control system will you need to set up, etc., before start of 
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    34
coding begins on May 23rd.
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    35
</p>
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    36
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    37
<p>
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    38
Welcome to {{ program_name }}! We look forward to having you with us.
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    39
</p>
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    40
{% endblock %}
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    41
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    42
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    43
{% block signature %}
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    44
  With best regards,<br />
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    45
  The Google Summer of Code Program Administration Team
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    46
{% endblock %}