simple form to update message text
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user