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">
{% block listing %}
<div class="posts p-3">
<div class="posts">
{% include "submission_listing.html" %}
</div>
{% endblock %}

View File

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

View File

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