From b00129bca4fdbce172a0b79a8131e8b8409d0106 Mon Sep 17 00:00:00 2001 From: Alphonse Paix Date: Tue, 23 Sep 2025 02:45:44 +0200 Subject: [PATCH] Reduce width of post view page and removed placeholders in dashboard --- templates/dashboard.html | 3 --- templates/post.html | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index c58b452..49dd92e 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -165,7 +165,6 @@ @@ -175,7 +174,6 @@ @@ -185,7 +183,6 @@ diff --git a/templates/post.html b/templates/post.html index de86ccd..a92b44b 100644 --- a/templates/post.html +++ b/templates/post.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block title %}{{ post.title }}{% endblock %} {% block content %} -
+

{{ post.title }}