From 62b6bb2417d27fef8ad5ddd1294bf4356ea088b0 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Mon, 18 Nov 2024 15:53:32 +0100 Subject: [PATCH] Fix bug and colors of text --- templates/index.html | 10 +++++----- templates/object.html | 28 +++++++++++++++------------- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/templates/index.html b/templates/index.html index 8422c06..43d48fb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -18,7 +18,7 @@
{% for project in projects %} - +
{{ project.name }}
@@ -35,7 +35,7 @@
@@ -83,23 +83,25 @@ {% endblock content %} -{% block extrajs %}{% if calibration.state < CalibrationState.IsValidated %} +{% block extrajs %} -{% endif %}{% endblock %} +{% endblock %}