diff --git a/templates/threadIndex.html b/templates/threadIndex.html index 7c82545..8003916 100644 --- a/templates/threadIndex.html +++ b/templates/threadIndex.html @@ -49,7 +49,7 @@

Pinned Threads


{{ thread["reply_count"] }} replies; active {{ thread["last_mod"] }}
- last active by {{ usermap[thread["author"]]["user_name"] }} + last active by {{ usermap[thread["last_author"]]["user_name"] }} {% endfor %} @@ -68,7 +68,7 @@

Bookmarked Threads


{{ thread["reply_count"] }} replies; active {{ thread["last_mod"] }}
- last active by {{ usermap[thread["author"]]["user_name"] }} + last active by {{ usermap[thread["last_author"]]["user_name"] }}
Unbookmark this thread. {% endfor %} @@ -88,7 +88,7 @@

Threads


{{ thread["reply_count"] }} replies; active {{ thread["last_mod"] }}
- last active by {{ usermap[thread["author"]]["user_name"] }} + last active by {{ usermap[thread["last_author"]]["user_name"] }}
Bookmark this thread. {% endfor %}