diff --git a/files/classes/mod_logs.py b/files/classes/mod_logs.py index 941e08d3c..0a9146f16 100644 --- a/files/classes/mod_logs.py +++ b/files/classes/mod_logs.py @@ -262,28 +262,28 @@ ACTIONTYPES={ "title": 'un-pinned post {self.target_post.title}' }, "invite_mod":{ - "str":'invited badmin {self.target_link}', + "str":'invited admin {self.target_link}', "icon":"fa-user-crown", "color": "bg-info", - "title": 'invited badmin @{self.target_user.username}' + "title": 'invited admin @{self.target_user.username}' }, "uninvite_mod":{ - "str":'rescinded badmin invitation to {self.target_link}', + "str":'rescinded admin invitation to {self.target_link}', "icon":"fa-user-crown", "color": "bg-muted", - "title": 'rescinded badmin invitation to @{self.target_user.username}' + "title": 'rescinded admin invitation to @{self.target_user.username}' }, "accept_mod_invite":{ - "str":'accepted badmin invitation', + "str":'accepted admin invitation', "icon":"fa-user-crown", "color": "bg-warning", - "title": 'accepted badmin invitation' + "title": 'accepted admin invitation' }, "remove_mod":{ - "str":'removed badmin {self.target_link}', + "str":'removed admin {self.target_link}', "icon":"fa-user-crown", "color": "bg-danger", - "title": 'removed badmin @{self.target_user.username}' + "title": 'removed admin @{self.target_user.username}' }, "dethrone_self":{ "str":'stepped down as guildmaster', @@ -292,10 +292,10 @@ ACTIONTYPES={ "title": 'stepped down as guildmaster' }, "add_mod":{ - "str":'added badmin {self.target_link}', + "str":'added admin {self.target_link}', "icon":"fa-user-crown", "color": "bg-success", - "title": 'added badmin @{self.target_user.username}' + "title": 'added admin @{self.target_user.username}' }, "update_settings":{ "str":'updated setting', @@ -358,13 +358,13 @@ ACTIONTYPES={ "title": "reinstated comment" }, "change_perms":{ - "str": 'changed permissions on badmin {self.target_link}', + "str": 'changed permissions on admin {self.target_link}', "icon":"fa-user-cog", "color": "bg-info", "title": "changed permissions on {self.target_user.username}" }, "change_invite":{ - "str": 'changed permissions on badmin invitation to {self.target_link}', + "str": 'changed permissions on admin invitation to {self.target_link}', "icon":"fa-user-cog", "color": "bg-muted", "title": "changed permissions on invitation to {self.target_user.username}" diff --git a/files/templates/comments.html b/files/templates/comments.html index 27e796779..2a2f4527e 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -125,7 +125,7 @@ {% if c.over_18 %}+18 {% endif %} {% if v and v.admin_level==6 and c.author.shadowbanned %} {% endif %} {% if c.is_pinned %} {% endif %} - {% if c.distinguish_level %} {% endif %} + {% if c.distinguish_level %} {% endif %} {% if c.is_op %} {% endif %} {% if c.is_bot %} {% endif %} {% if c.is_blocking %} {% endif %} diff --git a/files/templates/header.html b/files/templates/header.html index 8e501aaaa..c68cace21 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -44,7 +44,7 @@ {% if v and v.admin_level==6 %} {% endif %} diff --git a/files/templates/settings_blocks.html b/files/templates/settings_blocks.html index f3bf610c0..f4a18f56f 100644 --- a/files/templates/settings_blocks.html +++ b/files/templates/settings_blocks.html @@ -90,7 +90,7 @@ - +