summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2024-02-19 12:44:42 -0600
committerHombreLaser <sebastian-440@live.com>2024-02-19 12:44:42 -0600
commit11799b5bb5cac1fb53ea676337e679c94d3bc3e8 (patch)
treeffc775e3c3c38149ceb0be06416c6e3b8c093e3a /templates
parenta5db189c970a5ed62df171e1de4d88fc26651f69 (diff)
Add replies index
Diffstat (limited to 'templates')
-rw-r--r--templates/replies/form.jinja3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/replies/form.jinja b/templates/replies/form.jinja
index f667cf4..e7ae3ab 100644
--- a/templates/replies/form.jinja
+++ b/templates/replies/form.jinja
@@ -1,4 +1,4 @@
-<form action="" class="reply-form" id="reply-form" method="post">
+<form action="" class="reply-form" id="reply-form-1" method="post">
<div>
<label for="author"> Name: </label>
<input type="text" name="author" id="author" />
@@ -11,6 +11,7 @@
<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>