diff options
author | Renard | 2020-05-01 18:12:48 -0400 |
---|---|---|
committer | Renard | 2020-05-01 18:20:31 -0400 |
commit | d9cf19988918177f4426886d4a1112abb07e69f7 (patch) | |
tree | b0c6d8f74cf88d78c1e453003997c7fc48436d3f /cgi/templates/manage | |
parent | c7a93b8951372842d3981677c88bb75a390e51fe (diff) | |
download | weabot-d9cf19988918177f4426886d4a1112abb07e69f7.tar.gz weabot-d9cf19988918177f4426886d4a1112abb07e69f7.tar.xz weabot-d9cf19988918177f4426886d4a1112abb07e69f7.zip |
Manage recent post fix
Diffstat (limited to 'cgi/templates/manage')
-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"> |