Reviewed-on: #1
This commit is contained in:
		
						commit
						a8160214cb
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -8,13 +8,13 @@ Soubor sloužící jako „router“, tj. zde se definují url adresy a na co uk | |||
| - ``prednasky/seznam_prednasek/<int:seznam>/`` (seznam-list) :class:`~prednasky.views.SeznamListView` | ||||
| """ | ||||
| from django.urls import path | ||||
| from seminar.utils import org_required, resitel_required | ||||
| from seminar.utils import org_required, resitel_or_org_required | ||||
| from . import views | ||||
| 
 | ||||
| urlpatterns = [ | ||||
| 	path( | ||||
| 		'prednasky/', | ||||
| 		resitel_required(views.newPrednaska) | ||||
| 		resitel_or_org_required(views.newPrednaska) | ||||
| 	), | ||||
| 	path('prednasky/hotovo', views.Prednaska_hotovo), | ||||
| 	path( | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue