Esempio n. 1
0
def class_profile_time_graph(user_data_coach, dt, tz_offset):
    return render_graph_html_and_context(
        "class_time_graph.html",
        class_time_graph.class_time_graph_context(user_data_coach, dt,
                                                  tz_offset))
Esempio n. 2
0
def class_profile_time_graph(user_data_coach, dt, tz_offset, student_list):
    return render_graph_html_and_context("class_time_graph.html", class_time_graph.class_time_graph_context(user_data_coach, dt, tz_offset, student_list))