Esempio n. 1
0
 def graph_html_and_context(self, coach):
     student_list = self.get_student_list(coach)
     return templatetags.class_profile_exercises_over_time_graph(coach, student_list)
Esempio n. 2
0
 def graph_html_and_context(self, user_data_coach):
     return templatetags.class_profile_exercises_over_time_graph(
         user_data_coach)
Esempio n. 3
0
 def graph_html_and_context(self, user_data_coach):
     return templatetags.class_profile_exercises_over_time_graph(user_data_coach)
Esempio n. 4
0
 def graph_html_and_context(self, coach):
     student_list = self.get_student_list(coach)
     return templatetags.class_profile_exercises_over_time_graph(
         coach, student_list)