diff options
author | ubq323 <ubq323> | 2021-06-14 20:34:26 +0000 |
---|---|---|
committer | ubq323 <ubq323> | 2021-06-14 20:34:26 +0000 |
commit | 56490990049a13af7ec0db6bdb1c40d07e69ee88 (patch) | |
tree | 1a7f15e2b138f6dce0f88302b63c8ce1a2ca1400 | |
parent | 1da10c6fa2115ca9b9ddcc60894bde49dbe010eb (diff) |
change 'replies' to 'posts' since that's more accurate
-rw-r--r-- | apioforum/templates/view_forum.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apioforum/templates/view_forum.html b/apioforum/templates/view_forum.html index aef01d6..a4a1ee1 100644 --- a/apioforum/templates/view_forum.html +++ b/apioforum/templates/view_forum.html @@ -27,7 +27,7 @@ last activity by </div> <div class="threadlisting-part threadlisting-part-numreplies threadlisting-header"> - replies + posts </div> </div> {%for thread in threads%} |