1
0
Fork 0
bookwyrm/bookwyrm
Wesley Aptekar-Cassels 0b9e4d617e Use context processor for 500 page
By default, Django doesn't run any context processors for server errors,
to make the error path as simple as possible. However, this has the
downside that our template does not load correctly. To fix this, I added
a custom 500 error handler, which will run the context processor.

Fixes: #2736
2023-03-13 03:47:23 -04:00
..
activitypub Merge pull request #2524 from chdorner/feature/tag-support 2023-03-12 16:37:39 -07:00
connectors Ignore Celery task results 2023-03-08 02:12:13 -05:00
forms Merge branch 'main' into totp-window 2023-02-27 18:21:39 +11:00
importers Fixed Import limit for retries 2023-01-17 01:07:10 +01:00
management/commands Merge pull request #2604 from rrgeorge/redis-sockets 2023-01-26 06:39:15 -08:00
middleware
migrations Adds merge migration 2023-03-12 16:43:06 -07:00
models Merge pull request #2524 from chdorner/feature/tag-support 2023-03-12 16:37:39 -07:00
static Improve polling algorithm 2023-03-07 13:15:52 -05:00
telemetry Copy config from prod branch to main 2022-02-04 18:36:12 -08:00
templates Merge pull request #2524 from chdorner/feature/tag-support 2023-03-12 16:37:39 -07:00
templatetags Improve Open Graph data for books and add it for lists 2023-01-18 10:30:26 -05:00
tests Merge pull request #2524 from chdorner/feature/tag-support 2023-03-12 16:37:39 -07:00
utils Render hashtag links with data-mention="hashtag" attribute 2023-03-07 13:16:45 +01:00
views Use context processor for 500 page 2023-03-13 03:47:23 -04:00
__init__.py
activitystreams.py Merge pull request #2714 from WesleyAC/celery-ignore-results 2023-03-12 16:26:20 -07:00
admin.py
apps.py Log info, not exception, for expected errors 2022-03-11 14:55:54 -08:00
book_search.py {list} Fix duplicate suggestions in Add Books section 2023-01-10 11:08:11 -05:00
context_processors.py Python formatting 2022-03-01 11:39:08 -08:00
emailing.py Ignore Celery task results 2023-03-08 02:12:13 -05:00
imagegenerators.py
lists_stream.py Ignore Celery task results 2023-03-08 02:12:13 -05:00
preview_images.py Ignore Celery task results 2023-03-08 02:12:13 -05:00
redis_store.py Add support for specifying redis url to support unix sockets 2023-01-14 14:52:54 -08:00
settings.py Merge branch 'main' into totp-window 2023-02-27 18:21:39 +11:00
signatures.py increasing rsa key size 2023-02-20 21:51:50 +01:00
status.py Catches missing reference to previous sanitizer 2022-07-04 13:24:13 -07:00
storage_backends.py
suggested_users.py Ignore Celery task results 2023-03-08 02:12:13 -05:00
tasks.py Use a separate queue for broadcasts 2023-02-20 12:58:41 -08:00
thumbnail_generation.py Update thumbnail_generation.py 2022-01-08 17:54:03 +01:00
urls.py Use context processor for 500 page 2023-03-13 03:47:23 -04:00
wsgi.py