diff --git a/files/templates/comments.html b/files/templates/comments.html index 1bd279a45..a3fa5327f 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 efec8848b..a5bae2491 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 ff1344838..0a887afd1 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