From 56b818f520166b68699cfc1bf29d2249b1bb4869 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 13 Jul 2026 23:33:03 -0700 Subject: [PATCH] Polish permission check form --- datasette/templates/debug_check.html | 42 +++++++++++++++++++++++++--- 1 file changed, 38 insertions(+), 4 deletions(-) diff --git a/datasette/templates/debug_check.html b/datasette/templates/debug_check.html index c243df65..788f1bf4 100644 --- a/datasette/templates/debug_check.html +++ b/datasette/templates/debug_check.html @@ -7,13 +7,47 @@ {% include "_permission_ui_styles.html" %} {% include "_debug_common_functions.html" %}