From 68bd80396c9c1d87fc7e99380470c2f94e89ba3f Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 6 Dec 2021 01:02:52 -0600 Subject: [PATCH] fix --- files/templates/home.html | 3 +++ files/templates/submission_listing.html | 6 ------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/files/templates/home.html b/files/templates/home.html index a40bc8da7..a43b0dabf 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -21,6 +21,9 @@ {% endblock %} +{% block desktopBanner %} +{% endblock %} + {% block content %}
diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 43e6bbd1c..566cb0a36 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -233,12 +233,6 @@ f{% if v %}
-
- {% include "/submission/SubmissionActionsMobile.html" %} -
- -{% include "/modals/ModalSubmissionListingActions.html" %} - {% if p.is_image and not p.over_18 and ((v and v.cardview) or (not v and environ.get('CARD_VIEW') == '1')) %}