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')) %}