summaryrefslogtreecommitdiff
path: root/themes/okadmin/templates/resource.liquid
diff options
context:
space:
mode:
Diffstat (limited to 'themes/okadmin/templates/resource.liquid')
-rw-r--r--themes/okadmin/templates/resource.liquid2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/okadmin/templates/resource.liquid b/themes/okadmin/templates/resource.liquid
index 48e3ef2..c321e8a 100644
--- a/themes/okadmin/templates/resource.liquid
+++ b/themes/okadmin/templates/resource.liquid
@@ -14,7 +14,7 @@
<label>&nbsp;</label><button type="submit">Save</button>
<div class="clear"></div>
</form>
- <form action="." method="POST">
+ <form action="." method="POST" id="delete_form">
<input type="hidden" name="_method" value="DELETE">
<button type="submit">Delete</button>
</form>