From 1d2fc90984ba5b4e5c9aaa3c94918e421dfbe25d Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 30 May 2023 09:31:21 +0200 Subject: [PATCH] Stop use of nested label tags in HTML --- kubespawner/templates/form.html | 4 ++-- kubespawner/templates/style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kubespawner/templates/form.html b/kubespawner/templates/form.html index 69464514..a61a63bf 100644 --- a/kubespawner/templates/form.html +++ b/kubespawner/templates/form.html @@ -18,8 +18,8 @@

{{ profile.display_name }}

{%- for k, option in profile.profile_options.items() %}
- + {{ option.display_name }}