Skip to content
Snippets Groups Projects
Commit bfe8d5bf authored by Felix Schäfer's avatar Felix Schäfer 👷
Browse files

Syntax fix

parent 76b349df
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ def add_matrix_id_question(sender, position, **kwargs):
}
@receiver(signal=nav_event_settings, dispatch_uid="matrix_inviter_nav_settings")
@receiver(nav_event_settings, dispatch_uid="matrix_inviter_nav_settings")
def navbar_settings(sender, request=None, **kwargs):
url = resolve(request.path_info)
return [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment