From f3c8da7acd98a0efa4a5f45b66421565f5492cb2 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 1 Dec 2022 13:29:31 -0800 Subject: [PATCH] MAke the sign in as root button bigger on latest.datasette.io --- tests/plugins/my_plugin.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/plugins/my_plugin.py b/tests/plugins/my_plugin.py index 1a41de38..15c06dbc 100644 --- a/tests/plugins/my_plugin.py +++ b/tests/plugins/my_plugin.py @@ -270,7 +270,10 @@ def register_routes():

-

+ +

""".format( request.path, request.scope["csrftoken"]()