Typo fix
This commit is contained in:
		
							parent
							
								
									83014d631e
								
							
						
					
					
						commit
						c1bd65fe68
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -53,7 +53,7 @@ def pokacej_les(apps, schema_editor): | |||
| 		cnode = c.cislonode | ||||
| 
 | ||||
| 		# Témata a seriály: | ||||
| 		relevantni_temata = Tema.objects.filter(Q(cislo_zadani = c) | Q(cislo_reseni = c)).order_by('kod'): | ||||
| 		relevantni_temata = Tema.objects.filter(Q(cislo_zadani = c) | Q(cislo_reseni = c)).order_by('kod') | ||||
| 		# Téma dáme do prvního čísla, kde se vyskytne | ||||
| 		for t in relevantni_temata: | ||||
| 			tnode = t.temavcislenode | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Pavel "LEdoian" Turinsky
						Pavel "LEdoian" Turinsky