remotes/1693045480750635534/spooky-22
Aevann1 2021-09-12 08:51:02 +02:00
parent 037934328b
commit 1658ed5d18
3 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@
<div class="col"> <div class="col">
{% block listing %} {% block listing %}
<div class="posts p-3"> <div class="posts">
{% include "submission_listing.html" %} {% include "submission_listing.html" %}
</div> </div>
{% endblock %} {% endblock %}

View File

@ -30,7 +30,7 @@
<div class="col"> <div class="col">
{% block listing %} {% block listing %}
<div class="posts p-3"> <div class="posts">
{% include "submission_listing.html" %} {% include "submission_listing.html" %}
</div> </div>
{% endblock %} {% endblock %}

View File

@ -5,7 +5,7 @@
{% block listing %} {% block listing %}
<div class="posts p-3"> <div class="posts">
{% with comments=listing %} {% with comments=listing %}
{% include "comments.html" %} {% include "comments.html" %}
{% endwith %} {% endwith %}