diff options
author | root | 2019-04-09 15:40:58 -0400 |
---|---|---|
committer | root | 2019-04-09 15:40:58 -0400 |
commit | a712b03d4edf829eaaca66ed297cdba6563bc524 (patch) | |
tree | 3978580badda70a0656b3d715c71dec43a1856db /cgi | |
parent | ffd231adec6c75271d5cfca032f9e3680c62670d (diff) | |
download | weabot-a712b03d4edf829eaaca66ed297cdba6563bc524.tar.gz weabot-a712b03d4edf829eaaca66ed297cdba6563bc524.tar.xz weabot-a712b03d4edf829eaaca66ed297cdba6563bc524.zip |
Consistencia en logs
Diffstat (limited to 'cgi')
-rw-r--r-- | cgi/manage.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cgi/manage.py b/cgi/manage.py index e1b2efd..0c95268 100644 --- a/cgi/manage.py +++ b/cgi/manage.py @@ -1766,6 +1766,7 @@ def manage(self, path_split): return message = 'In total %(posts)s from IP %(ip)s were deleted.' % {'posts': str(deletedPosts), 'ip': self.formdata['ip']} + logAction(staff_account['username'], message) template_filename = "message.html" else: # Generate form... |