aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-02-28 17:41:09 +0200
committerJan Tuomi <jan@jantuomi.fi>2024-12-21 19:43:13 +0200
commit89769b45a11ea6ec206f7b519953492296dd8214 (patch)
treea97c463fc126756979420522280aafa68912f4e4 /templates
parentb6bc5c5794b4df182175da34e6b08298084c0324 (diff)
Fix description field
Diffstat (limited to 'templates')
-rw-r--r--templates/manage.html.j22
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>