diff options
Diffstat (limited to 'hyperkitty/templates/threads')
-rw-r--r-- | hyperkitty/templates/threads/right_col.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hyperkitty/templates/threads/right_col.html b/hyperkitty/templates/threads/right_col.html index 19ac788..0ad0438 100644 --- a/hyperkitty/templates/threads/right_col.html +++ b/hyperkitty/templates/threads/right_col.html @@ -5,7 +5,7 @@ <!-- Start dates --> <div id="thread_date_info"> <div class="days_num inline-block"> - 21 + {{ days_inactive }} </div> <div class="days_text inline-block"> days @@ -13,7 +13,7 @@ inactive </div> <div id="days_old" class="days_num inline-block"> - 24 + {{ days_old }} </div> <div class="days_text inline-block"> days |