diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index b993fd486..1683be84c 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -652,6 +652,8 @@ if SITE in {'rdrama.net', 'staging.rdrama.net'}: FEATURES['PRONOUNS'] = True FEATURES['USERS_PERMANENT_WORD_FILTERS'] = True + PERMS['VIEW_VERSIONS'] = 5 + BUG_THREAD = 18459 BADGE_THREAD = 37833 diff --git a/files/templates/admins.html b/files/templates/admins.html index aeed0e2c7..e4cb9a1b1 100644 --- a/files/templates/admins.html +++ b/files/templates/admins.html @@ -20,7 +20,7 @@ {{loop.index}} {% include "user_in_table.html" %} - {{5 if user.id == CARP_ID else user.admin_level}} + {{user.admin_level}} {{user.truescore|commas}} {{user.modaction_num|commas}}