Files
autoreply-editor/autoreply_editor/templates/index.html

14 lines
294 B
HTML
Raw Normal View History

2021-05-18 19:32:59 +02:00
<!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>