This commit is contained in:
Aevann1 2022-04-18 23:11:30 +02:00
parent 9f5e77139e
commit 96b55696e4
16 changed files with 42 additions and 20 deletions

View file

@ -280,6 +280,11 @@ ACTIONTYPES = {
"icon": 'fa-sack-dollar',
"color": 'bg-success'
},
'move_hole': {
"str": 'moved {self.target_link} to <a href="/h/{self.target_post.sub}">/h/{self.target_post.sub}</a>',
"icon": 'fa-manhole',
"color": 'bg-primary'
},
'nuke_user': {
"str": 'removed all content of {self.target_link}',
"icon": 'fa-radiation-alt',