From 00f09d5e5b7f0f73e5c37989e775303644242dcb Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 11 Dec 2025 21:59:35 +0000 Subject: [PATCH] . --- .../templates/rota/rota_detail.html | 35 +------------------ 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/djangorota/djangorota/templates/rota/rota_detail.html b/djangorota/djangorota/templates/rota/rota_detail.html index 6610be6..5228098 100644 --- a/djangorota/djangorota/templates/rota/rota_detail.html +++ b/djangorota/djangorota/templates/rota/rota_detail.html @@ -48,14 +48,6 @@ -
-

Builder export

-

- View generated HTML (no solver) - Generate + Solve (may be slow) -

-
-

Constraint options

@@ -94,32 +86,7 @@ {% endif %}
-
-

Available constraint keys

-
- - - - - - - - - - - {% for key, info in available_constraints.items %} - - - - - - - {% empty %} - - {% endfor %} - -
KeyDefaultCurrentDescription
{{ key }}
{{ info.default|default:"" }}
{{ info.current|default:"" }}
{{ info.description|default:"" }}
No constraint metadata available
-
+ {# Available constraint keys section removed per UX request #}