HOTFIX
* fixes bug where new teams button would not open modal form
This commit is contained in:
		
							parent
							
								
									87f1ca19fb
								
							
						
					
					
						commit
						f75acd318f
					
				@ -16,8 +16,8 @@ urlpatterns = [
 | 
				
			|||||||
    path("token/api", api_token_view, name="api-token"),
 | 
					    path("token/api", api_token_view, name="api-token"),
 | 
				
			||||||
    path("contact/<id>", contact_view, name="contact"),
 | 
					    path("contact/<id>", contact_view, name="contact"),
 | 
				
			||||||
    path("team/", index_team_view, name="team-index"),
 | 
					    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/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>/edit", edit_team_view, name="team-edit"),
 | 
				
			||||||
    path("team/<id>/remove", remove_team_view, name="team-remove"),
 | 
					    path("team/<id>/remove", remove_team_view, name="team-remove"),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user