forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-07 21:21:21 -06:00
parent 53a4bbe52b
commit 337f703e63
1 changed files with 5 additions and 4 deletions

View File

@ -97,11 +97,12 @@
<div class="col-span-full xl:col-span-9">
{% if not "saved" in request.full_path %}
{% include "/dropdowns/SubmissionSorts.html" %}
{% endif %}
<div class="sm:py-4 my-2.5 sm:my-0">
{% if not "saved" in request.full_path %}
<div class="mb-2">
{% include "/dropdowns/SubmissionSorts.html" %}
</div>
{% endif %}
{% include "submission_listing.html" %}
</div>