14 lines
294 B
HTML
14 lines
294 B
HTML
<!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>
|