mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 09:58:24 -04:00
Fix missing space in current_user context processor
This commit is contained in:
@@ -203,7 +203,7 @@ def init_app(application):
|
|||||||
|
|
||||||
@application.context_processor
|
@application.context_processor
|
||||||
def _attach_current_user():
|
def _attach_current_user():
|
||||||
return{'current_user': current_user}
|
return {'current_user': current_user}
|
||||||
|
|
||||||
@application.context_processor
|
@application.context_processor
|
||||||
def _nav_selected():
|
def _nav_selected():
|
||||||
|
|||||||
Reference in New Issue
Block a user