summaryrefslogtreecommitdiff
path: root/templates/replies/form.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'templates/replies/form.jinja')
-rw-r--r--templates/replies/form.jinja3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/replies/form.jinja b/templates/replies/form.jinja
index e7ae3ab..f585d4e 100644
--- a/templates/replies/form.jinja
+++ b/templates/replies/form.jinja
@@ -1,4 +1,4 @@
-<form action="" class="reply-form" id="reply-form-1" method="post">
+<form action="" class="reply-form" method="post">
<div>
<label for="author"> Name: </label>
<input type="text" name="author" id="author" />
@@ -11,7 +11,6 @@
<textarea rows="4" cols="40" form="reply-form" name="content" id="content" />
</textarea>
</div>
- <input type="hidden" name="comment-id" value="{{comment_id}}"
<div>
<input type="submit" value="Submit" />
</div>