app/soc/templates/soc/project_survey/mail/reminder_gsoc.html
changeset 2595 4c00831ef55c
child 2602 1179eb77c642
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/soc/templates/soc/project_survey/mail/reminder_gsoc.html	Sat Jul 11 23:18:14 2009 +0200
@@ -0,0 +1,25 @@
+{% 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 an evaluation for your GSoC project "{{ project_title }}".
+Please take a moment to visit {{ survey_url }} complete the evaluation immediately.
+If you need assistance with the survey, please try asking for help on the Students Mailing list or in #gsoc on Freenode.
+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).
+{% endblock %}
+
+{% block signature %}
+Greetings, <br />
+The {{ site_name }} Team
+{% endblock %}