diff options
Diffstat (limited to 'themes/okadmin/templates/resource.liquid')
| -rw-r--r-- | themes/okadmin/templates/resource.liquid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/okadmin/templates/resource.liquid b/themes/okadmin/templates/resource.liquid index 9454123..88f93bd 100644 --- a/themes/okadmin/templates/resource.liquid +++ b/themes/okadmin/templates/resource.liquid @@ -10,7 +10,7 @@ <section class="resource main" data-type="{{ resource.type }}" data-id="{{ resource.id }}"> <h2>EDIT {{ resource.type }} '{{ resource.spec.title.value }}'</h2> - <form action="." method="POST"> + <form action="." method="POST" id="resource_form"> <input type="hidden" name="_method" value="PUT"> {% include 'partials/inputs' %} <label> </label><button type="submit">Save</button> |
