edit page: h1's and h2's

master
Matt Huntington 3 years ago
parent 90cfb6ab56
commit edf5f7e01b

@ -6,8 +6,8 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
</head>
<body>
<h1>Edit {{item[1]}}</h1>
<section>
<h2>Edit {{item[1]}}</h2>
<form action="/{{item[0]}}?_method=PUT" method="POST">
<input name="title" type="text" value="{{item[1]}}">
<textarea name="description">{{item[2]}}</textarea>
@ -16,7 +16,11 @@
</form>
</section>
<section>
<h2>Navigation</h2>
<a href="/{{item[0]}}">Back to item page</a>
</section>
<section>
<h2>Delete Item</h2>
</section>
</body>
</html>

Loading…
Cancel
Save