def profile_focus_graph(user_data_student, dt_start, dt_end): return render_graph_html_and_context( "focus_graph.html", focus_graph.focus_graph_context(user_data_student, dt_start, dt_end))
def profile_focus_graph(user_data_student, dt_start, dt_end): return render_graph_html_and_context("focus_graph.html", focus_graph.focus_graph_context(user_data_student, dt_start, dt_end))