diff options
author | Renard | 2020-05-01 18:12:48 -0400 |
---|---|---|
committer | Renard | 2020-05-01 18:12:48 -0400 |
commit | dbb4dfd5602fb7339348e4a2d54d9602d4b4d375 (patch) | |
tree | 943888d3a79a50af5a6a81d20e3c686f7416cfb1 /cgi/templates | |
parent | c7a93b8951372842d3981677c88bb75a390e51fe (diff) | |
download | weabot-dbb4dfd5602fb7339348e4a2d54d9602d4b4d375.tar.gz weabot-dbb4dfd5602fb7339348e4a2d54d9602d4b4d375.tar.xz weabot-dbb4dfd5602fb7339348e4a2d54d9602d4b4d375.zip |
Ahi si
Diffstat (limited to 'cgi/templates')
-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> |