From c258dec2bd9f71d2eb356cbcc942c3638774a8a3 Mon Sep 17 00:00:00 2001 From: nikolaswollenberg Date: Tue, 5 Mar 2024 10:13:02 +0100 Subject: [PATCH] Spline Integration --- templates/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/index.html b/templates/index.html index 3729e63..4f66f25 100644 --- a/templates/index.html +++ b/templates/index.html @@ -47,6 +47,11 @@ {% include 'components/delete_button.html' %} {% endif %} + {% if not current_user.is_authenticated %} + + + {% endif %} + {% include 'components/scripts.html' %}