app/soc/templates/soc/project_survey/mail/reminder_gsoc.html
changeset 2595 4c00831ef55c
child 2602 1179eb77c642
equal deleted inserted replaced
2594:dd300af0e7df 2595:4c00831ef55c
       
     1 {% extends "soc/notification/messages/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 {% block content %}
       
    16 We've noticed that you have not yet completed an evaluation for your GSoC project "{{ project_title }}".
       
    17 Please take a moment to visit {{ survey_url }} complete the evaluation immediately.
       
    18 If you need assistance with the survey, please try asking for help on the Students Mailing list or in #gsoc on Freenode.
       
    19 Please note that we cannot make payment to you until this evaluation is on file, so it's imperative that we receive it by the posted deadline of {{ survey_end|date:"jS F Y H:i" }} (UTC).
       
    20 {% endblock %}
       
    21 
       
    22 {% block signature %}
       
    23 Greetings, <br />
       
    24 The {{ site_name }} Team
       
    25 {% endblock %}