mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
More margin on /-/allow-debug page
This commit is contained in:
parent
c51d9246b9
commit
bb030ba46f
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ p.message-warning {
|
|||
|
||||
<p>Use this tool to try out different actor and allow combinations. See <a href="https://docs.datasette.io/en/stable/authentication.html#defining-permissions-with-allow-blocks">Defining permissions with "allow" blocks</a> for documentation.</p>
|
||||
|
||||
<form action="{{ urls.path('-/allow-debug') }}" method="get">
|
||||
<form action="{{ urls.path('-/allow-debug') }}" method="get" style="margin-bottom: 1em">
|
||||
<div class="two-col">
|
||||
<p><label>Allow block</label></p>
|
||||
<textarea name="allow">{{ allow_input }}</textarea>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue