master
kek7198 2021-12-31 09:46:00 -06:00
parent 5a05625223
commit a6a0223e2f
1 changed files with 6 additions and 10 deletions

View File

@ -86,16 +86,12 @@
{% endblock %}
{% block content %}
<div class="row no-gutters">
<div class="col">
{% block listing %}
<div class="posts">
{% include "CHRISTMAS/submission_listing.html" %}
</div>
{% endblock %}
</div>
<div class="col-span-full xl:col-span-9 dark:bg-gray-700 md:dark:bg-gray-800">
{% block listing %}
<ul class="flex flex-col sm:py-4 my-2.5 sm:my-0" id="posts">
{% include "CHRISTMAS/submission_listing.html" %}
</ul>
{% endblock %}
</div>
{% endblock %}