diff options
Diffstat (limited to 'cgi/templates/manage/recent.html')
-rw-r--r-- | cgi/templates/manage/recent.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/manage/recent.html b/cgi/templates/manage/recent.html index adbcd39..fd47592 100644 --- a/cgi/templates/manage/recent.html +++ b/cgi/templates/manage/recent.html @@ -25,9 +25,9 @@ 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 ?> + <?py else: ?> <div class="message">#{post['message']}</div> <?py #endif ?> <div class="actions"> |