app/soc/templates/soc/grading_project_survey/mail/reminder_gsoc.html
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 11 Jul 2009 23:18:14 +0200
changeset 2595 4c00831ef55c
child 2600 382aed7d837e
permissions -rw-r--r--
Added Surveys Tasks module to send reminders. All reminders are CC'ed to the org admins. Also added an index property on StudentProjects which is required for the reminder Tasks.

{% extends "soc/notification/messages/base.html" %}
{% comment %}
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
{% endcomment %}
{% block content %}
We've noticed that you have not yet completed the evaluation for your GSoC student {{ student_name }} (project title "{{ project_title }}"
Please take a moment to visit {{ survey_url }} and complete the evaluation immediately.
If you need assistance with the survey, please try asking for help on the Mentors Mailing list or in #gsoc on Freenode.
Please note that we cannot make payment to your student 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).
{% endblock %}

{% block signature %}
Greetings, <br />
The {{ site_name }} Team
{% endblock %}