From 5092eb42f062b1695c4e39619f0bd74a876cfac2 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Tue, 2 Jan 2024 13:15:57 +0300 Subject: add loading spinner for form submission --- wqflask/wqflask/static/gif/loader.gif | Bin 0 -> 43889 bytes wqflask/wqflask/templates/base.html | 4 ++-- wqflask/wqflask/templates/gnqa.html | 17 +++++++++++++++++ wqflask/wqflask/templates/gnqa_answer.html | 19 +++++++++++++++++++ 4 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 wqflask/wqflask/static/gif/loader.gif diff --git a/wqflask/wqflask/static/gif/loader.gif b/wqflask/wqflask/static/gif/loader.gif new file mode 100644 index 00000000..c2146b77 Binary files /dev/null and b/wqflask/wqflask/static/gif/loader.gif differ diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html index e0fc9e63..984cf92a 100644 --- a/wqflask/wqflask/templates/base.html +++ b/wqflask/wqflask/templates/base.html @@ -198,11 +198,11 @@