Orgové: nezobrazuj ani <li>, vycentrovány nadpisy
This commit is contained in:
		
							parent
							
								
									0a0fa11efc
								
							
						
					
					
						commit
						f8b52d4a88
					
				
					 2 changed files with 9 additions and 4 deletions
				
			
		|  | @ -241,6 +241,10 @@ div.zadani_azad_termin { | |||
|     text-align: center; | ||||
| } | ||||
| 
 | ||||
| #seznam_orgu h2 { | ||||
|     text-align: center; | ||||
| } | ||||
| 
 | ||||
| @media (max-width: 991px) { | ||||
| 	#header { | ||||
| 		height: 196px; | ||||
|  |  | |||
|  | @ -18,7 +18,7 @@ | |||
| {# zmena fotky #}{% block header %}cojemam{% endblock %} | ||||
| 
 | ||||
| {% block content %} | ||||
| <div> | ||||
| <div id='seznam_orgu'> | ||||
|   {% if not aktivni %} | ||||
|     <a href="/co-je-MaM/organizatori/">Aktivní organizátoři</a><br> | ||||
|     <br> | ||||
|  | @ -43,12 +43,13 @@ | |||
|     </td> | ||||
|     <td> | ||||
|     <ul> | ||||
|         <li> | ||||
|           {% if aktivni %} | ||||
|             {% if org.organizuje_od_roku %} | ||||
|               <li> | ||||
|                 Organizuje od roku {{org.organizuje_od_roku}} | ||||
|             {% endif %} | ||||
|           {% else %} | ||||
|             <li> | ||||
|               Aktivní v letech {{org.organizuje_od_roku | default:"?" }}–{{org.organizuje_do_roku | default:"?" }} | ||||
|           {% endif %} | ||||
|       {% if org.studuje %} | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Matěj Kocián
						Matěj Kocián