Skip to content

Commit

Permalink
Fixed typo in context processor (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Haseeb authored Sep 22, 2020
1 parent 6f6f8d7 commit 3121dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credentials/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@

# edly context processor to apply dynamic theming
'credentials.apps.edx_credentials_extensions.edly_credentials_app.context_processor.dynamic_theming_context',
'ecredentials.apps.edx_credentials_extensions.edly_credentials_app.context_processor.edly_app_context',
'credentials.apps.edx_credentials_extensions.edly_credentials_app.context_processor.edly_app_context',
),
'debug': True, # Django will only display debug pages if the global DEBUG setting is set to True.
}
Expand Down

0 comments on commit 3121dc5

Please sign in to comment.