details for adding children

master
Matthew Huntington 3 years ago
parent 2e3d332fd8
commit 5063227960

@ -42,7 +42,8 @@
{% endif %} {% endif %}
</section> </section>
<section> <section>
<h2>Add Item</h2> <details>
<summary>Add Item</summary>
<form action="/" method="POST"> <form action="/" method="POST">
<input name="title" type="text"> <input name="title" type="text">
<textarea name="description"></textarea> <textarea name="description"></textarea>
@ -51,6 +52,7 @@
{%endif%} {%endif%}
<input type="submit"/> <input type="submit"/>
</form> </form>
</details>
</section> </section>
<section> <section>
<nav> <nav>

Loading…
Cancel
Save