From 641fb054e11d84e9ab4bd0447db593b05a07be02 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Thu, 4 Apr 2024 21:30:27 +1100 Subject: [PATCH] Tweak home page --- drcr/templates/index.html | 56 ++++++++++++++++++++++----------------- 1 file changed, 31 insertions(+), 25 deletions(-) diff --git a/drcr/templates/index.html b/drcr/templates/index.html index db3fad1..d800954 100644 --- a/drcr/templates/index.html +++ b/drcr/templates/index.html @@ -19,29 +19,35 @@ {% block title %}DrCr{% endblock %} {% block content %} -

Data sources

- - -

General reports

- - -

Advanced reports

- +
+
+

Data sources

+ +
+ +
+

Advanced reports

+
    + {% for report in advanced_reports %} +
  • {{ report[1] }}
  • + {% endfor %} +
+
+
{% endblock %}