From c4cc59d1c6432e1979ba95ff9fb11ae549817d1e Mon Sep 17 00:00:00 2001 From: baaz1708 <84331392+baaz1708@users.noreply.github.com> Date: Thu, 23 Mar 2023 00:55:10 +0530 Subject: [PATCH] Updated post.html Added the new functionality of latest bootstrap version 5.3, ex `data-toggle ---> data-bs-toggle. --- Python/Flask_Blog/08-Posts/flaskblog/templates/post.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Python/Flask_Blog/08-Posts/flaskblog/templates/post.html b/Python/Flask_Blog/08-Posts/flaskblog/templates/post.html index 49b9fb464..1c55d9a84 100644 --- a/Python/Flask_Blog/08-Posts/flaskblog/templates/post.html +++ b/Python/Flask_Blog/08-Posts/flaskblog/templates/post.html @@ -9,7 +9,7 @@ {% if post.author == current_user %}
Update - +
{% endif %} @@ -23,12 +23,12 @@

{{ post.title }}