Nekonzumovatelný kontext
This commit is contained in:
		
							parent
							
								
									4d5800f3b8
								
							
						
					
					
						commit
						52c5d18595
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -117,8 +117,8 @@ def newPrednaska(request: HttpRequest) -> HttpResponse: | ||||||
| 		'prednasky/base.html', | 		'prednasky/base.html', | ||||||
| 		{ | 		{ | ||||||
| 			'form_set_prednasky': form_set_prednasky, 'form_set_znalosti': form_set_znalosti, | 			'form_set_prednasky': form_set_prednasky, 'form_set_znalosti': form_set_znalosti, | ||||||
| 			'formy_a_prednasky': zip(form_set_prednasky, prednasky), | 			'formy_a_prednasky': list(zip(form_set_prednasky, prednasky)), | ||||||
| 			'formy_a_znalosti': zip(form_set_znalosti, znalosti), | 			'formy_a_znalosti': list(zip(form_set_znalosti, znalosti)), | ||||||
| 		} | 		} | ||||||
| 	) | 	) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue