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)), | #	path('api/', include(router.urls)), | ||||||
| 
 | 
 | ||||||
| 	# Výroční sraz | 	# Výroční sraz | ||||||
| 	path('', include('vyroci.urls')), | 	path('srazy/', include('vyroci.urls')), | ||||||
| 
 | 
 | ||||||
| ] | ] | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -5,12 +5,12 @@ from .views import VyrociView, VyrociListView | ||||||
| 
 | 
 | ||||||
| urlpatterns = [ | urlpatterns = [ | ||||||
| 	path( | 	path( | ||||||
| 		'sraz/', | 		'30-let/', | ||||||
| 		VyrociView.as_view(), | 		VyrociView.as_view(), | ||||||
| 		name='vyrocni_sraz' | 		name='vyrocni_sraz' | ||||||
| 	), | 	), | ||||||
| 	path( | 	path( | ||||||
| 		'sraz_vysledky/', | 		'30-let_vysledky/', | ||||||
| 		org_required(VyrociListView.as_view()), | 		org_required(VyrociListView.as_view()), | ||||||
| 		name='vyrocni_sraz_vysledky' | 		name='vyrocni_sraz_vysledky' | ||||||
| 	), | 	), | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue