MAke the sign in as root button bigger on latest.datasette.io

pull/1930/head
Simon Willison 2022-12-01 13:29:31 -08:00
rodzic 99da46f725
commit f3c8da7acd
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -270,7 +270,10 @@ def register_routes():
<form action="{}" method="POST">
<p>
<input type="hidden" name="csrftoken" value="{}">
<input type="submit" value="Sign in as root user"></p>
<input type="submit"
value="Sign in as root user"
style="font-size: 2em; padding: 0.1em 0.5em;">
</p>
</form>
""".format(
request.path, request.scope["csrftoken"]()