From 89eedfc779bb169354ea02eaa322a56669ed78de Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Mon, 23 Sep 2024 11:51:53 +0300 Subject: Refactor: run djlint for index page file. --- gn2/wqflask/templates/index_page.html | 569 +++++++++++++++++++++------------- 1 file changed, 349 insertions(+), 220 deletions(-) (limited to 'gn2') diff --git a/gn2/wqflask/templates/index_page.html b/gn2/wqflask/templates/index_page.html index 216e1c38..135c2921 100755 --- a/gn2/wqflask/templates/index_page.html +++ b/gn2/wqflask/templates/index_page.html @@ -1,23 +1,23 @@ {% extends "base.html" %} {% block title %}GeneNetwork{% endblock %} {% block css %} - - - - - - - - - - - - - - - + +{% endblock %} +{% block search %} +
- There {%if anon_collections | length > 1%}are{%else%}is{%endif%} - {{anon_collections | length}} anonymous - collection{%if anon_collections | length > 1%}s{%endif%} - associated with your current session. What do you wish to do? -
-- - If you choose to ignore this, the anonymous collections will be - eventually deleted and lost. - -
- -+ There + {% if anon_collections | length > 1 %} + are + {% else %} + is + {% endif %} + {{ anon_collections | length }} anonymous + collection + {% if anon_collections | length > 1 %}s{% endif %} + associated with your current session. What do you wish to do? +
++ + If you choose to ignore this, the anonymous collections will be + eventually deleted and lost. + +
+ +