Merge branch 'master' of atrey.karlin.mff.cuni.cz:/akce/MaM/MaMweb/mamweb
This commit is contained in:
		
						commit
						9c3f54f3ff
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -40,8 +40,8 @@ | ||||||
|   </ul> |   </ul> | ||||||
|   {% for problem in temata %} |   {% for problem in temata %} | ||||||
|     {# TODO použít {{problem.kod_v_rocniku}} ? vrací t4 místo 4 #} |     {# TODO použít {{problem.kod_v_rocniku}} ? vrací t4 místo 4 #} | ||||||
|     <a href="{{problem.verejne_url}}"><h3>Téma {{problem.kod}}: {{problem.nazev}}</h3></a> |  | ||||||
|     <a name="t{{problem.kod}}"></a> |     <a name="t{{problem.kod}}"></a> | ||||||
|  |     <a href="{{problem.verejne_url}}"><h3>Téma {{problem.kod}}: {{problem.nazev}}</h3></a> | ||||||
|     {% autoescape off %}{{problem.text_zadani}}{% endautoescape %} |     {% autoescape off %}{{problem.text_zadani}}{% endautoescape %} | ||||||
|     <hr> |     <hr> | ||||||
|   {% empty %} |   {% empty %} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue