fds
This commit is contained in:
parent
9f5e77139e
commit
96b55696e4
16 changed files with 42 additions and 20 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue