Skip to content

Commit

Permalink
Merge pull request #540 from will-moore/django_template_context_proce…
Browse files Browse the repository at this point in the history
…ssors_request

Add 'django.template.context_processors.request' to TEMPLATES
  • Loading branch information
will-moore authored Apr 23, 2024
2 parents 02bd670 + ee785db commit e1b1355
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 e1b1355

Please sign in to comment.