From 5e4487a99f357c08662ed5dabd0c7f21664c15eb Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Mon, 13 Nov 2023 12:42:36 -0500 Subject: Add site index and sample dashboard BP --- ustayml/views/students.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ustayml/views/students.py') diff --git a/ustayml/views/students.py b/ustayml/views/students.py index 3b31790..c3ad563 100644 --- a/ustayml/views/students.py +++ b/ustayml/views/students.py @@ -77,6 +77,6 @@ def details(student_id): return render_template( 'students/details.html', - date=datetime.datetime.now(), + date=datetime.datetime(2023, 10, 26), student=s ) \ No newline at end of file -- cgit v1.2.3