From 8f66c175447bc335c9121d5bf5ae1cb5b181cef9 Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Fri, 24 Apr 2020 20:54:08 +0530 Subject: Add card-text class to p in card-body --- yaksh/templates/yaksh/post_comments.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yaksh/templates/yaksh/post_comments.html b/yaksh/templates/yaksh/post_comments.html index 57dbe26..227530e 100644 --- a/yaksh/templates/yaksh/post_comments.html +++ b/yaksh/templates/yaksh/post_comments.html @@ -14,7 +14,7 @@
{{post.title}}
- + {{post.creator.username}} {{post.created_at|naturaltime}} {% if user.profile.is_moderator %}Delete{% endif %} @@ -22,7 +22,7 @@
-

{{post.description}}

+

{{post.description}}

{% if post.image %}
@@ -43,7 +43,7 @@ {{comment.created_at}} {% if user.profile.is_moderator %}
Delete{% endif %}
-

{{comment.description}}

+

{{comment.description}}

{% if comment.image %} -- cgit