Compare commits
No commits in common. "65179eaaab4590febd87eebee0f2305a668d7ec3" and "fdfb72410912dd47249f9e0c5d6e69b96ca9a3da" have entirely different histories.
65179eaaab
...
fdfb724109
@ -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/new", new_team_view, name="team-new"),
|
||||
path("team/<id>", data_team_view, name="team-data"),
|
||||
path("team/new", new_team_view, name="team-new"),
|
||||
path("team/<id>/edit", edit_team_view, name="team-edit"),
|
||||
path("team/<id>/remove", remove_team_view, name="team-remove"),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user