From aeaf9b4a706db756d081b6b6ee644485a0175d99 Mon Sep 17 00:00:00 2001 From: ankitamk14 Date: Fri, 19 Jul 2024 13:33:25 +0530 Subject: [PATCH] modified question display time to date_created --- static/spoken/templates/watch_tutorial.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/spoken/templates/watch_tutorial.html b/static/spoken/templates/watch_tutorial.html index 6dc144e79..fa97ad812 100644 --- a/static/spoken/templates/watch_tutorial.html +++ b/static/spoken/templates/watch_tutorial.html @@ -321,7 +321,7 @@

Questions po {% if not question.second_range == 'None' %}{{ question.second_range }}S{% endif %}
- {{ question.date_modified }} + {{ question.date_created }} {% if not question.user == "" %} {{ question.user }} {% endif %}