summaryrefslogtreecommitdiff
path: root/themes/okadmin/templates/resource_new.liquid
diff options
context:
space:
mode:
Diffstat (limited to 'themes/okadmin/templates/resource_new.liquid')
-rw-r--r--themes/okadmin/templates/resource_new.liquid2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/okadmin/templates/resource_new.liquid b/themes/okadmin/templates/resource_new.liquid
index d059445..15d13ba 100644
--- a/themes/okadmin/templates/resource_new.liquid
+++ b/themes/okadmin/templates/resource_new.liquid
@@ -8,7 +8,7 @@
<section class="main resource resource-new">
<h2>NEW {{ resource.type }}</h2>
- <form action=".." method="POST">
+ <form action=".." method="POST" id="resource_form">
<input type="hidden" name="_method" value="POST">
{% include 'partials/inputs' %}
<label>&nbsp;</label><button type="submit">Create</button>