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