Made the reminder templates extend the mail base instead of notification.
authorLennard de Rijk <ljvderijk@gmail.com>
Tue, 14 Jul 2009 17:29:53 +0200
changeset 2645 a7e263a86209
parent 2644 0eb27bb0122d
child 2646 f1e7cf929d02
Made the reminder templates extend the mail base instead of notification.
app/soc/templates/soc/grading_project_survey/mail/reminder_gsoc.html
app/soc/templates/soc/project_survey/mail/reminder_gsoc.html
--- 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.