simple form to update message text

This commit is contained in:
2021-05-18 19:32:59 +02:00
parent 6f291aa47a
commit d548ce044a
2 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
<p>
Hello! {{ content }}
</p>
<!DOCTYPE html>
<head>
<title>Autoreply Editor</title>
</head>
<body>
<form action="" method="POST">
<textarea name="message" cols="70" rows="10">{{ message }}</textarea>
<br />
<input type="submit" value="Update">
</form>
</body>
</html>