Пример #1
0
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))
Пример #2
0
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))