Předělané odkazy
This commit is contained in:
		
							parent
							
								
									6f3fe7f0da
								
							
						
					
					
						commit
						ff7914fbb2
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -69,7 +69,7 @@ urlpatterns = [ | |||
| #	path('api/', include(router.urls)), | ||||
| 
 | ||||
| 	# Výroční sraz | ||||
| 	path('', include('vyroci.urls')), | ||||
| 	path('srazy/', include('vyroci.urls')), | ||||
| 
 | ||||
| ] | ||||
| 
 | ||||
|  |  | |||
|  | @ -5,12 +5,12 @@ from .views import VyrociView, VyrociListView | |||
| 
 | ||||
| urlpatterns = [ | ||||
| 	path( | ||||
| 		'sraz/', | ||||
| 		'30-let/', | ||||
| 		VyrociView.as_view(), | ||||
| 		name='vyrocni_sraz' | ||||
| 	), | ||||
| 	path( | ||||
| 		'sraz_vysledky/', | ||||
| 		'30-let_vysledky/', | ||||
| 		org_required(VyrociListView.as_view()), | ||||
| 		name='vyrocni_sraz_vysledky' | ||||
| 	), | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue