From a8138d2e6ca2b24f9642a85575c9585eb5500227 Mon Sep 17 00:00:00 2001 From: Krrish Sehgal <133865424+krrish-sehgal@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:42:24 +0530 Subject: [PATCH] revert blog formatttings --- blog/templates/blog/post_delete.html | 24 ++++---- blog/templates/blog/post_details.html | 48 ++++++++------- blog/templates/blog/post_form.html | 87 ++++++++++++++------------- blog/templates/blog/post_list.html | 44 +++++++------- 4 files changed, 103 insertions(+), 100 deletions(-) diff --git a/blog/templates/blog/post_delete.html b/blog/templates/blog/post_delete.html index 6df5d7f19..37f361831 100644 --- a/blog/templates/blog/post_delete.html +++ b/blog/templates/blog/post_delete.html @@ -1,6 +1,7 @@ {% extends "base.html" %} + {% block content %} - - {% include "includes/sidenav.html" %} -
Are you sure you want to delete the post "{{ post.title }}"?
- -{% endblock content %} + + +{% include "includes/sidenav.html" %} +Are you sure you want to delete the post "{{ post.title }}"?
+ +{% endblock content %} \ No newline at end of file diff --git a/blog/templates/blog/post_details.html b/blog/templates/blog/post_details.html index fa1755bbf..e0ae20cde 100644 --- a/blog/templates/blog/post_details.html +++ b/blog/templates/blog/post_details.html @@ -1,6 +1,7 @@ {% extends "base.html" %} + {% block content %} - - {% include "includes/sidenav.html" %} -{{ post.title }} by {{ post.author }}
- {% if post.image %} - - {% endif %} -{{ post.title }} by {{ post.author }}
+ {% if post.image %} + + {% endif %} +