Skip to content
Snippets Groups Projects
Commit 02e094f7 authored by Tore.Brede's avatar Tore.Brede
Browse files

GREG-91: Fixing formatting

parent a6cb48bd
No related branches found
No related tags found
1 merge request!126GREG-91: Expand sponsor api
Pipeline #98815 passed
...@@ -58,9 +58,7 @@ urlpatterns += [ ...@@ -58,9 +58,7 @@ urlpatterns += [
), ),
re_path( re_path(
r"^sponsors/(?P<sponsor_id>[0-9]+)/orgunit/(?P<orgunit_id>[0-9]+)$", r"^sponsors/(?P<sponsor_id>[0-9]+)/orgunit/(?P<orgunit_id>[0-9]+)$",
SponsorOrgunitLinkView.as_view( SponsorOrgunitLinkView.as_view({"post": "create", "delete": "destroy"}),
{"post": "create", "delete": "destroy"}
),
name="sponsor_orgunit-detail", name="sponsor_orgunit-detail",
), ),
] ]
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