diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-02-28 17:41:09 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-21 19:43:13 +0200 |
| commit | 89769b45a11ea6ec206f7b519953492296dd8214 (patch) | |
| tree | a97c463fc126756979420522280aafa68912f4e4 /templates | |
| parent | b6bc5c5794b4df182175da34e6b08298084c0324 (diff) | |
Fix description field
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/manage.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/manage.html.j2 b/templates/manage.html.j2 index 82f67ea..55a14bd 100644 --- a/templates/manage.html.j2 +++ b/templates/manage.html.j2 @@ -22,7 +22,7 @@ </tr> <tr> <td><label for="description">Description (optional)</label></td> - <td><textarea name="description" value="{{ poll.description }}"></textarea></td> + <td><textarea name="description">{{ poll.description }}</textarea></td> </tr> <tr> <td><label for="author_name">Your name</label></td> |
