From ba10d4a133913e9824e5c7a990905cdda57d6e54 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Wed, 29 Dec 2021 16:08:08 -0700 Subject: added commentbox comments --- templates/post.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html index fd3bd4c..b21547f 100644 --- a/templates/post.html +++ b/templates/post.html @@ -12,5 +12,8 @@ {% block body %}
{{ content}} +
+ +
{% endblock %} \ No newline at end of file -- cgit v1.2.3 From 42adecc0243c80f85d91e2f61baa681bfdf6bc73 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Mon, 3 Jan 2022 00:20:06 -0700 Subject: added comment box id --- templates/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html index b21547f..7ee3975 100644 --- a/templates/post.html +++ b/templates/post.html @@ -14,6 +14,6 @@ {{ content}}
- + -{% endblock %} \ No newline at end of file +{% endblock %} -- cgit v1.2.3