aboutsummaryrefslogtreecommitdiff
path: root/ustayml/views/students.py
diff options
context:
space:
mode:
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