From d5d221e77318969ece7a933cd9912f0d5d329667 Mon Sep 17 00:00:00 2001 From: TLSM Date: Tue, 21 Jun 2022 16:05:00 -0400 Subject: [PATCH] Fix layout with both card and catalog view. --- files/templates/submission_listing.html | 10 +++------- files/templates/util/assetcache.html | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index c36db1001c..bfe2d83fb4 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -115,7 +115,7 @@
{% if not v_forbid_deleted %} -
+
{% if p.club and not (v and (v.paid_dues or v.id == p.author_id)) %} post thumnail {% elif not p.url %} @@ -335,12 +335,6 @@ {% endif %} - - - - -
- {% if (not p.club or v and (v.paid_dues or v.id == p.author_id)) and not v_forbid_deleted %} {% if p.realbody(v) %}
@@ -371,6 +365,8 @@ {% endif %} {% endif %} +
+ {% else %} {% if request.path.endswith('/admin/queue') %} diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index 13f8006c29..c6296536f9 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,6 +1,6 @@ {%- set CACHE_VER = { - 'css/main.css': 341, + 'css/main.css': 342, 'css/4chan.css': 61, 'css/classic.css': 61,