From d5d73505832bb39cf8e7fa5a49ff8e3d56690d71 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Wed, 21 Feb 2024 12:12:52 -0600 Subject: Add reply form rendering --- templates/comments/index.jinja | 1 + templates/replies/form.jinja | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/comments/index.jinja b/templates/comments/index.jinja index daaf5ea..bb310c5 100644 --- a/templates/comments/index.jinja +++ b/templates/comments/index.jinja @@ -19,6 +19,7 @@
+
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 @@ -
+
@@ -11,7 +11,6 @@
- -- cgit v1.2.3