app/gsoc/templates/gsoc/student_proposal/mail/rejected_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 {% block content %}
       
    21 <p>
       
    22   Thank you for applying to {{ program_name }}. The proposal(s) you submitted 
       
    23   were not selected for the program this year. We annually receive many more proposals 
       
    24   than we are able to accept, and we would like to encourage you to apply again next 
       
    25   year.
       
    26 </p>
       
    27 {% endblock %}
       
    28 
       
    29 {% block signature %}
       
    30   With best regards,<br />
       
    31   The Google Summer of Code Program Administration Team
       
    32 {% endblock %}