Merge branch 'master' into stable
Byl rozbitý layout proběhlých soustředění, pokud uživatel nebyl org.
This commit is contained in:
		
						commit
						856474a8dd
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -59,7 +59,7 @@ | |||
|       {% if soustredeni.text %} | ||||
|         {% autoescape off %}{{soustredeni.text}}{% endautoescape %} | ||||
|       {% endif %} | ||||
|       {% if user.is_authenticated %} | ||||
|       {% if user.is_staff %} | ||||
|       <div class="mam-org-only"> | ||||
|         {# Účastníci #} | ||||
|         <h3>Soustředění se zúčastnili tito účastníci:</h3> | ||||
|  | @ -78,8 +78,8 @@ | |||
|           Nic! | ||||
|         {% endfor %} | ||||
|         </p> | ||||
|       {% endif %} | ||||
|       </div> | ||||
|       {% endif %} | ||||
| 
 | ||||
|       {% if not soustredeni.verejne_db and user.is_staff %} | ||||
|         </div> {# class="mam-org-only" #} | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Matěj Kocián
						Matěj Kocián