aboutsummaryrefslogtreecommitdiff
path: root/ustayml/views/students.py
diff options
context:
space:
mode:
authorMitsuo Tokumori <rtokumori@pucp.edu.pe>2023-11-13 12:42:36 -0500
committerMitsuo Tokumori <rtokumori@pucp.edu.pe>2023-11-13 12:42:36 -0500
commit5e4487a99f357c08662ed5dabd0c7f21664c15eb (patch)
tree3ece23ed5e17cd814d4aafad3defc73b4e204240 /ustayml/views/students.py
parent5a16046eddc753b752c5ab1fdb91595adf588a6b (diff)
Add site index and sample dashboard BP
Diffstat (limited to 'ustayml/views/students.py')
-rw-r--r--ustayml/views/students.py2
1 files changed, 1 insertions, 1 deletions
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