Made the reminder templates extend the mail base instead of notification.
--- a/app/soc/templates/soc/grading_project_survey/mail/reminder_gsoc.html Tue Jul 14 16:48:08 2009 +0200
+++ b/app/soc/templates/soc/grading_project_survey/mail/reminder_gsoc.html Tue Jul 14 17:29:53 2009 +0200
@@ -1,4 +1,4 @@
-{% extends "soc/notification/messages/base.html" %}
+{% extends "soc/mail/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.
--- a/app/soc/templates/soc/project_survey/mail/reminder_gsoc.html Tue Jul 14 16:48:08 2009 +0200
+++ b/app/soc/templates/soc/project_survey/mail/reminder_gsoc.html Tue Jul 14 17:29:53 2009 +0200
@@ -1,4 +1,4 @@
-{% extends "soc/notification/messages/base.html" %}
+{% extends "soc/mail/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.