diff options
Diffstat (limited to 'themes/okadmin/templates/resource_new.liquid')
| -rw-r--r-- | themes/okadmin/templates/resource_new.liquid | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/okadmin/templates/resource_new.liquid b/themes/okadmin/templates/resource_new.liquid index c57dd83..15d13ba 100644 --- a/themes/okadmin/templates/resource_new.liquid +++ b/themes/okadmin/templates/resource_new.liquid @@ -1,14 +1,14 @@ {% include 'partials/head' %} -{% include 'partials/errors' %} +{% include 'partials/flash' %} -<nav> +<nav class="resource-nav"> <a href="../..">Back</a> </nav> <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> </label><button type="submit">Create</button> |
