Merge pull request 'HOTFIX' (#124) from master into Docker

Reviewed-on: SGD-Nord/konova#124
This commit is contained in:
mpeltriaux 2022-02-18 15:28:35 +01:00
commit 65179eaaab

View File

@ -16,8 +16,8 @@ urlpatterns = [
path("token/api", api_token_view, name="api-token"),
path("contact/<id>", contact_view, name="contact"),
path("team/", index_team_view, name="team-index"),
path("team/<id>", data_team_view, name="team-data"),
path("team/new", new_team_view, name="team-new"),
path("team/<id>", data_team_view, name="team-data"),
path("team/<id>/edit", edit_team_view, name="team-edit"),
path("team/<id>/remove", remove_team_view, name="team-remove"),