diff options
author | ubq323 <ubq323> | 2021-06-23 17:59:33 +0000 |
---|---|---|
committer | ubq323 <ubq323> | 2021-06-23 17:59:33 +0000 |
commit | 3da6c1d10434e7df445262df25d767b014bbd2b9 (patch) | |
tree | a12adb067b71735fc661f4908d6a08fd965d35ce /apioforum/templates | |
parent | 0efffb90e4540d7883cdddfeeb887e271c8f065f (diff) |
last activity of forums
Diffstat (limited to 'apioforum/templates')
-rw-r--r-- | apioforum/templates/view_forum.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apioforum/templates/view_forum.html b/apioforum/templates/view_forum.html index cf55cfe..9dc4227 100644 --- a/apioforum/templates/view_forum.html +++ b/apioforum/templates/view_forum.html @@ -25,8 +25,8 @@ </div> </div> <div class="listing-caption"> - {% if forum_last_activity[subforum.id] %} - last activity {{ts(forum_last_activity[subforum.id])}} ago + {% if subforum.updated %} + last activity {{ts(subforum.updated)}} ago {% else %} no threads {% endif %} |