forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-07 21:29:08 -06:00
parent 3b9f0d73ab
commit 719e89e301
1 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,7 @@
{% extends "default.html" %}
{% block pagetype %}userpage{% endblock %}
{% block title %}
<!-- {% if u and u.profilecss and (u.admin_level or not (v and v.admin_level)) %}
@ -95,10 +97,6 @@
<div class="col-span-full xl:col-span-9 -mt-6">
<div class="sm:py-4 my-2.5 sm:my-0">
{% if not "saved" in request.full_path %}
{% include "/dropdowns/SubmissionSorts.html" %}
<hr class="my-4 shadow-inset-t-white-05 border-t border-gray-300"/>
{% endif %}
{% include "submission_listing.html" %}
</div>