From aacaf5092837c27d9c52725b6a1e978eca980b4b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 15 Jul 2022 22:21:42 +0200 Subject: [PATCH] change pronoun design --- files/templates/comments.html | 2 +- files/templates/submission.html | 2 +- files/templates/submission_listing.html | 2 +- files/templates/util/assetcache.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index cb267a2ae..fefd766b7 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -207,7 +207,7 @@ {{c.author_name}} {% if SITE_NAME == 'rDrama' %} - {{c.author.pronouns}} + {{c.author.pronouns}} {% endif %} {% if c.author.customtitle %}   {{c.author.customtitle | safe}} diff --git a/files/templates/submission.html b/files/templates/submission.html index 62fe6db0a..6efe700a6 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -677,7 +677,7 @@ {{p.author_name}} {% if SITE_NAME == 'rDrama' %} - {{p.author.pronouns}} + {{p.author.pronouns}} {% endif %} {% if p.author.customtitle %}   {{p.author.customtitle | safe}} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 3d828654a..5355fe314 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -208,7 +208,7 @@ {{p.author_name}} {% if SITE_NAME == 'rDrama' %} - {{p.author.pronouns}} + {{p.author.pronouns}} {% endif %} {% if p.author.customtitle %}   {{p.author.customtitle | safe}} diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index aa9b78869..e46cdb14e 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,6 +1,6 @@ {%- set CACHE_VER = { - 'css/main.css': 402, + 'css/main.css': 403, 'css/catalog.css': 2, 'css/4chan.css': 61,