From f6aa74c78432435cd8a5c13e090abdff16d3b845 Mon Sep 17 00:00:00 2001 From: Tim Kreuzer <t.kreuzer@fz-juelich.de> Date: Wed, 5 Feb 2025 21:53:39 +0100 Subject: [PATCH] remove debug output in home.html --- templates/home.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/home.html b/templates/home.html index 2074c9a..71342e4 100644 --- a/templates/home.html +++ b/templates/home.html @@ -18,7 +18,6 @@ {%- set _ = table_rows.update({spawner.name: decrypted_user_options.get(spawner.name, spawner.user_options)}) %} {%- endif %} {%- endfor %} -<p>{{ table_rows }}</p> {%- from "macros/table/table.jinja" import tables with context %} {%- import "macros/table/content.jinja" as functions with context %} -- GitLab