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 %}