mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
MAke the sign in as root button bigger on latest.datasette.io
This commit is contained in:
parent
99da46f725
commit
f3c8da7acd
1 changed files with 4 additions and 1 deletions
|
|
@ -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"]()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue