From 0f1bb8b0121de2c6cfe30798fbfd57cf37d946bc Mon Sep 17 00:00:00 2001
From: Tim Kreuzer <t.kreuzer@fz-juelich.de>
Date: Thu, 27 Jun 2024 12:38:56 +0200
Subject: [PATCH] test frontend parts

---
 templates/login.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/templates/login.html b/templates/login.html
index 4d5c4c7..aff3174 100644
--- a/templates/login.html
+++ b/templates/login.html
@@ -54,7 +54,6 @@
           <button type="button" data-bs-target="#login-carousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
           <button type="button" data-bs-target="#login-carousel" data-bs-slide-to="1" aria-label="Slide 2"></button>
           <button type="button" data-bs-target="#login-carousel" data-bs-slide-to="2" aria-label="Slide 3"></button>
-          <button type="button" data-bs-target="#login-carousel" data-bs-slide-to="3" aria-label="Slide 4"></button>
         </div>
         <div class="carousel-inner">
           {{ carousel_item("Jupyter Notebooks", "https://jupyter-notebook.readthedocs.io/en/stable/notebook.html",
-- 
GitLab