From ffc5ad6d6202f1a7f781296287f0fcce6c4f1fbe Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 18 Oct 2021 19:07:36 +0200 Subject: [PATCH] fds --- files/templates/comments.html | 2 +- files/templates/submission.html | 2 +- files/templates/submission_listing.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index f5489c1dd..1bd279a45 100755 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -121,7 +121,7 @@
{% if c.author.bio_html %}{{c.author.bio_html | safe}}{% endif %}
-
+
{{c.author.post_count}} posts diff --git a/files/templates/submission.html b/files/templates/submission.html index a721754b9..efec8848b 100755 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -176,7 +176,7 @@
{% if p.author.bio_html %}{{p.author.bio_html | safe}}{% endif %}
-
+
{{p.author.post_count}} posts diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index c067b0cac..ff1344838 100755 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -91,7 +91,7 @@
{% if p.author.bio_html %}{{p.author.bio_html | safe}}{% endif %}
-
+
{{p.author.post_count}} posts