Skip to content

Commit

Permalink
Add 'django.template.context_processors.request' to TEMPLATES
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Mar 7, 2024
1 parent 4d8d25e commit ee785db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions omeroweb/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1551,6 +1551,7 @@ def report_settings(module):
"django.template.context_processors.i18n",
"django.template.context_processors.media",
"django.template.context_processors.static",
"django.template.context_processors.request",
"django.template.context_processors.tz",
"django.contrib.messages.context_processors.messages",
"omeroweb.custom_context_processor.url_suffix",
Expand Down

0 comments on commit ee785db

Please sign in to comment.