app/gsoc/templates/gsoc/student_proposal/mail/rejected_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
{% 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
    21
<p>
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    22
  Thank you for applying to {{ program_name }}. The proposal(s) you submitted 
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    23
  were not selected for the program this year. We annually receive many more proposals 
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    24
  than we are able to accept, and we would like to encourage you to apply again next 
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    25
  year.
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    26
</p>
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    27
{% endblock %}
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    28
8a74f5cc12b1 Added email templates for accepted and rejected students in a GSoC like program.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
diff changeset
    29
{% 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
    30
  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
    31
  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
    32
{% endblock %}