def profile_activity_graph(user_data_student, dt_start, dt_end, tz_offset): return render_graph_html_and_context( "activity_graph.html", activity_graph.activity_graph_context(user_data_student, dt_start, dt_end, tz_offset))
def profile_activity_graph(user_data_student, dt_start, dt_end, tz_offset): return render_graph_html_and_context("activity_graph.html", activity_graph.activity_graph_context(user_data_student, dt_start, dt_end, tz_offset))