|
|
|
@ -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>
|
|
|
|
|