Fix: urlpatterns download view vars
This commit is contained in:
		
							parent
							
								
									b944d58943
								
							
						
					
					
						commit
						52a77a4b27
					
				| @ -5,5 +5,5 @@ from . import views | |||||||
| urlpatterns = [ | urlpatterns = [ | ||||||
|     path('', views.index, name='index',), |     path('', views.index, name='index',), | ||||||
|     path('test/<str:path>/', views.test_page, name='test_page'), |     path('test/<str:path>/', views.test_page, name='test_page'), | ||||||
|     path('archives/<ticket>/<archive>', views.download, name="download") |     path('archives/<ticket>/<file>', views.download, name="download") | ||||||
| ] | ] | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user