コード例 #1
0
ファイル: templatetags.py プロジェクト: di445/khanacademy
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
ファイル: templatetags.py プロジェクト: Hao-Hsuan/KhanLatest
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))