Skip to content

Commit

Permalink
Merge pull request #2578 from mapio/patch-1
Browse files Browse the repository at this point in the history
The security context needs a theme attribute
  • Loading branch information
samuelhwilliams authored Dec 18, 2024
2 parents 2436c34 + cd8c142 commit be151ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ Defining a `security_context_processor` function will take care of this for you:
return dict(
admin_base_template=admin.theme.base_template,
admin_view=admin.index_view,
theme=admin.theme,
h=admin_helpers,
)

Expand Down

0 comments on commit be151ca

Please sign in to comment.