app/soc/views/models/student_project.py
changeset 2154 a0a1594e58ae
parent 2152 3c3f0cd9873d
child 2177 e2c193e1f631
equal deleted inserted replaced
2153:7c8adb14c7fb 2154:a0a1594e58ae
   130 
   130 
   131     new_params['extra_django_patterns'] = patterns
   131     new_params['extra_django_patterns'] = patterns
   132 
   132 
   133     new_params['edit_template'] = 'soc/student_project/edit.html'
   133     new_params['edit_template'] = 'soc/student_project/edit.html'
   134 
   134 
   135     # TODO(ljvderijk) list all projects for one student
       
   136 
       
   137     params = dicts.merge(params, new_params)
   135     params = dicts.merge(params, new_params)
   138 
   136 
   139     super(View, self).__init__(params=params)
   137     super(View, self).__init__(params=params)
   140 
   138 
   141     # create the form that students will use to edit their projects
   139     # create the form that students will use to edit their projects