Example #1
0
 def graph_html_and_context(self, coach):
     student_list = self.get_student_list(coach)
     return templatetags.class_profile_energy_points_per_minute_graph(coach, student_list)
Example #2
0
 def graph_html_and_context(self, user_data_coach):
     return templatetags.class_profile_energy_points_per_minute_graph(
         user_data_coach)
Example #3
0
 def graph_html_and_context(self, user_data_coach):
     return templatetags.class_profile_energy_points_per_minute_graph(user_data_coach)
Example #4
0
 def graph_html_and_context(self, coach):
     student_list = self.get_student_list(coach)
     return templatetags.class_profile_energy_points_per_minute_graph(
         coach, student_list)