From f9981670f2dbb59326de5ebcab659900f62be8db Mon Sep 17 00:00:00 2001 From: Dorian Wood Date: Fri, 20 Sep 2024 10:20:57 -0400 Subject: [PATCH] removing toot form from timeline views it was set up to add an extra h1 tag in the document, which is bad practice. The easiest path forward was simply to remove it. --- brutaldon/templates/main/timeline.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/brutaldon/templates/main/timeline.html b/brutaldon/templates/main/timeline.html index d229d2f..fc009b6 100644 --- a/brutaldon/templates/main/timeline.html +++ b/brutaldon/templates/main/timeline.html @@ -14,13 +14,6 @@ {% endblock %} {% block content %} - {% if form %} -

Post

-
- {% include "main/post_minimal_partial.html" %} -
- - {% endif %}

Your {{ timeline_name }} timeline

{% for toot in toots %}