mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	maybe now this is fixd?
This commit is contained in:
		@@ -112,7 +112,7 @@ class URLTest(TestCase):
 | 
				
			|||||||
            return
 | 
					            return
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # TODO can this be more elegant?
 | 
					        # TODO can this be more elegant?
 | 
				
			||||||
        if url == 'account_reset_password':
 | 
					        if url.startswith("account_"):
 | 
				
			||||||
            return
 | 
					            return
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if pk:
 | 
					        if pk:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user