From 752cf72c81d4fc5706feac5ff820e9611be37f10 Mon Sep 17 00:00:00 2001 From: Tim Kreuzer <t.kreuzer@fz-juelich.de> Date: Thu, 27 Jun 2024 12:40:42 +0200 Subject: [PATCH] test frontend parts --- templates/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/login.html b/templates/login.html index aff3174..5dbc746 100644 --- a/templates/login.html +++ b/templates/login.html @@ -59,7 +59,7 @@ {{ carousel_item("Jupyter Notebooks", "https://jupyter-notebook.readthedocs.io/en/stable/notebook.html", "Share your Workflows", "Jupyter4NFDI allows you to create and share documents that contain live code, equations, visualizations and explanatory text. Uses include: data cleaning and transformation, - numerical simulation, statistical modeling, machine learning and much more.") + numerical simulation, statistical modeling, machine learning and much more.", "active") }} {{ carousel_item("JupyterLab", "https://jupyterlab.readthedocs.io", "Next-Generation Notebook Interface", -- GitLab