mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Rename permission_name to action_name
This commit is contained in:
parent
de21a4209c
commit
08014c9732
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@
|
|||
<label for="action">Action (permission name):</label>
|
||||
<select id="action" name="action" required>
|
||||
<option value="">Select an action...</option>
|
||||
{% for permission_name in supported_actions %}
|
||||
<option value="{{ permission_name }}">{{ permission_name }}</option>
|
||||
{% for action_name in supported_actions %}
|
||||
<option value="{{ action_name }}">{{ action_name }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
<small>Only certain actions are supported by this endpoint</small>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue