From 6ea8fbd6b181d98229ddd4571dfc7d4cf7e1c697 Mon Sep 17 00:00:00 2001 From: Miguel Barão Date: Thu, 30 Apr 2020 13:33:44 +0100 Subject: [PATCH] - progress bar under the menu shows the remaining time. --- perguntations/__init__.py | 2 +- perguntations/templates/test.html | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/perguntations/__init__.py b/perguntations/__init__.py index 2efbf51..10f463f 100644 --- a/perguntations/__init__.py +++ b/perguntations/__init__.py @@ -32,7 +32,7 @@ proof of submission and for review. ''' APP_NAME = 'perguntations' -APP_VERSION = '2020.04.dev4' +APP_VERSION = '2020.04.dev5' APP_DESCRIPTION = __doc__ __author__ = 'Miguel Barão' diff --git a/perguntations/templates/test.html b/perguntations/templates/test.html index bc38c36..2f4a5bb 100644 --- a/perguntations/templates/test.html +++ b/perguntations/templates/test.html @@ -44,8 +44,12 @@ +
+
+
@@ -152,7 +158,8 @@