diff options
-rw-r--r-- | cgi/templates/manage/recent.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/manage/recent.html b/cgi/templates/manage/recent.html index adbcd39..c489046 100644 --- a/cgi/templates/manage/recent.html +++ b/cgi/templates/manage/recent.html @@ -25,7 +25,7 @@ por <b>#{post['name']}</b> <code>#{post['email']} #{post['tripcode']}</code> </div> - <?py if dir == 'zonavip': ?> + <?py if post['dir'] == 'zonavip': ?> <div class="message vip">#{post['message']}</div> <?py else ?> <div class="message">#{post['message']}</div> |