parent
b396cbdaea
commit
de1cf9d15a
@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title></title>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
|
||||
</head>
|
||||
<body>
|
||||
<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>
|
||||
<input type="number" name="parent_id" value="{{item[5]}}"/>
|
||||
<input type="submit"/>
|
||||
</form>
|
||||
</section>
|
||||
<section>
|
||||
<a href="/">To Index</a>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in new issue