Exemplo 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)
Exemplo n.º 2
0
 def graph_html_and_context(self, user_data_coach):
     return templatetags.class_profile_exercises_over_time_graph(
         user_data_coach)
Exemplo n.º 3
0
 def graph_html_and_context(self, user_data_coach):
     return templatetags.class_profile_exercises_over_time_graph(user_data_coach)
Exemplo 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)