--- a/app/soc/views/models/project_survey.py Tue Jul 28 11:23:11 2009 +0200
+++ b/app/soc/views/models/project_survey.py Thu Jul 30 09:29:36 2009 +0200
@@ -75,6 +75,10 @@
# used for sending reminders
new_params['survey_type'] = 'project'
new_params['reminder_template'] = 'soc/project_survey/reminder.html'
+ new_params['manage_student_project_heading'] = \
+ 'soc/project_survey/list/heading_manage_student_project.html'
+ new_params['manage_student_project_row'] = \
+ 'soc/project_survey/list/row_manage_student_project.html'
params = dicts.merge(params, new_params, sub_merge=True)