diff options
Diffstat (limited to 'themes/okadmin')
| -rw-r--r-- | themes/okadmin/templates/resource.liquid | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/okadmin/templates/resource.liquid b/themes/okadmin/templates/resource.liquid index c0d348d..48e3ef2 100644 --- a/themes/okadmin/templates/resource.liquid +++ b/themes/okadmin/templates/resource.liquid @@ -14,6 +14,10 @@ <label> </label><button type="submit">Save</button> <div class="clear"></div> </form> + <form action="." method="POST"> + <input type="hidden" name="_method" value="DELETE"> + <button type="submit">Delete</button> + </form> </section> {% include 'partials/tail' %} |
