details for adding children

master
Matthew Huntington 3 years ago
parent 2e3d332fd8
commit 5063227960

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

Loading…
Cancel
Save