1
0
Fork 0
bookwyrm/bookwyrm/views/admin
Mouse Reeve d828ba0bc6 Give admins option to test if a theme loads correctly
If a theme is uploaded incorrectly or has errors in it, users can still
select the theme but it will cause a 500 error on every page, making the
app unusable and also making it impossible for them to switch to a
functional theme.

A better fix would be to fail gracefully, but in lieu of that, this will
at least let admins confirm if a theme is broken safely.
2023-11-20 09:56:51 -08:00
..
__init__.py Adds init file to admin views dir 2021-09-27 10:06:46 -07:00
announcements.py Makes deleting announcements only work via POST 2023-09-01 16:59:56 -07:00
automod.py Use BookWyrmModel as parent for admin models 2022-09-19 09:35:38 -07:00
celery_status.py make options consistent in celery 2023-10-29 11:55:06 +11:00
dashboard.py spelling: dashboard 2023-04-04 20:02:54 -04:00
email_blocklist.py Use BookWyrmModel as parent for admin models 2022-09-19 09:35:38 -07:00
email_config.py Email Config Has a Typo 2023-01-16 15:47:24 -08:00
federation.py Small fixes 2022-09-19 12:10:27 -07:00
imports.py Uses referer redirect for some admin views 2023-03-20 13:58:20 -07:00
invite.py Fixes decorator on view method 2022-11-16 18:23:26 -08:00
ip_blocklist.py Use BookWyrmModel as parent for admin models 2022-09-19 09:35:38 -07:00
link_domains.py Converts report "comments" into broader "actions" table 2023-05-16 11:00:33 -07:00
reports.py Fixes tests and incorrect class method reference 2023-05-22 06:39:23 -07:00
site.py Fixes incorrect import from merge 2022-12-11 12:39:33 -08:00
themes.py Give admins option to test if a theme loads correctly 2023-11-20 09:56:51 -08:00
user_admin.py Handles changing user perms from report 2023-07-16 06:36:32 -07:00