summaryrefslogtreecommitdiff
path: root/themes/okadmin/templates/resource_new.liquid
blob: 1e414bee4d782fb969627c62d75b254a83382e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% include 'partials/head' %}

<section class="main resource resource-new">
  <nav>
    <a href="../..">Back</a>
  </nav>
  <form action=".." method="POST">
    <input type="hidden" name="_method" value="POST">
    {% include 'partials/inputs' %}
    <button type="submit">Create</button>
    <div class="clear"></div>
  </form>
</section>

{% include 'partials/tail' %}