mirror of
https://gitlab.com/brutaldon/brutaldon.git
synced 2025-02-02 15:07:28 -05:00
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.
This commit is contained in:
parent
9768c08466
commit
f9981670f2
@ -14,13 +14,6 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% if form %}
|
||||
<h1 class="title">Post</h1>
|
||||
<div class="box">
|
||||
{% include "main/post_minimal_partial.html" %}
|
||||
</div>
|
||||
<hr class="is-hidden">
|
||||
{% endif %}
|
||||
<h1 class="title">Your {{ timeline_name }} timeline</h1>
|
||||
<div id="timeline">
|
||||
{% for toot in toots %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user