From 1353351c0e539e1a70e45ff16279b85320eab446 Mon Sep 17 00:00:00 2001 From: gpkvt Date: Tue, 6 Jun 2023 17:23:23 +0200 Subject: [PATCH] use url_for for css and js --- templates/base.html | 6 +++--- templates/index.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/base.html b/templates/base.html index c770c72..2b3f339 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,10 +7,10 @@ {{ i18n.title }} - - + + {%- if config.animations == "1" or config.animations == "true" %} - + {%- endif %} diff --git a/templates/index.html b/templates/index.html index 562b5a3..4d0f56e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,9 +1,9 @@ {% extends 'base.html' %} {% block main %} - - - + + + {%- set id = namespace(value=0) %} {%- for question in content %}