aboutsummaryrefslogtreecommitdiffstats
path: root/templates/manage.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/manage.html.j2')
-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>