# HG changeset patch # User Lennard de Rijk # Date 1247349748 -7200 # Node ID 1179eb77c64249623c3afe676d7c9110fd3bb33f # Parent 1f575a1e82d5bc455ded1a07fb8591146ba143d7 Fixed typo in ProjectSurvey reminder mail. diff -r 1f575a1e82d5 -r 1179eb77c642 app/soc/templates/soc/project_survey/mail/reminder_gsoc.html --- a/app/soc/templates/soc/project_survey/mail/reminder_gsoc.html Sat Jul 11 23:53:30 2009 +0200 +++ b/app/soc/templates/soc/project_survey/mail/reminder_gsoc.html Sun Jul 12 00:02:28 2009 +0200 @@ -14,7 +14,7 @@ {% 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. +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 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 %}