remove "meme admin" functionality

(JL1, which doesn't actually have any real use on the site, and their "meme" status is hidden to non-admins anyway)
This commit is contained in:
justcool393 2022-11-07 03:33:56 -06:00
parent 51ef10d7c3
commit 2fabe6d010
4 changed files with 1 additions and 70 deletions

View file

@ -274,11 +274,6 @@ ACTIONTYPES = {
"icon": 'fa-user-crown',
"color": 'bg-success'
},
'make_meme_admin': {
"str": 'made {self.target_link} meme admin',
"icon": 'fa-user-crown',
"color": 'bg-success'
},
'monthly': {
"str": 'distributed monthly marseybux',
"icon": 'fa-sack-dollar',
@ -319,11 +314,6 @@ ACTIONTYPES = {
"icon": 'fa-user-crown',
"color": 'bg-danger'
},
'remove_meme_admin': {
"str": 'removed {self.target_link} as meme admin',
"icon": 'fa-user-crown',
"color": 'bg-danger'
},
'revert': {
"str": 'reverted {self.target_link} mod actions',
"icon": 'fa-history',