Merge branch 'master' into stable
This commit is contained in:
commit
aebea85ea2
2 changed files with 19 additions and 8 deletions
|
@ -236,6 +236,15 @@ div.zadani_azad_termin {
|
|||
float: right;
|
||||
}
|
||||
|
||||
.foto_org {
|
||||
width: 250px;
|
||||
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>
|
||||
|
@ -34,21 +34,23 @@
|
|||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
{% if org.foto %}
|
||||
<div class="foto_org">
|
||||
{% if org.foto %}
|
||||
{# <img src="{{org.foto.url}}" height="{{org.foto.height}}"> #}
|
||||
<a href="{{org.foto.url}}"><img src="{{org.foto_male.url}}" height="{{org.foto_male.height}}" alt="{{org.first_name}} {{org.last_name}}"></a>
|
||||
</div>
|
||||
<a href="{{org.foto.url}}"><img src="{{org.foto_male.url}}" height="{{org.foto_male.height}}" alt="{{org.user.first_name}} {{org.user.last_name}}"></a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li>
|
||||
{% if aktivni %}
|
||||
Organizuje od roku {{org.organizuje_od_roku}}
|
||||
{% if org.organizuje_od_roku %}
|
||||
<li>
|
||||
Organizuje od roku {{org.organizuje_od_roku}}
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{#TODO časovat dle rodu #}
|
||||
Organizoval v letech {{org.organizuje_od_roku}}–{{org.organizuje_do_roku}}
|
||||
<li>
|
||||
Aktivní v letech {{org.organizuje_od_roku | default:"?" }}–{{org.organizuje_do_roku | default:"?" }}
|
||||
{% endif %}
|
||||
{% if org.studuje %}
|
||||
<li>Studuje: {{org.studuje}}
|
||||
|
|
Loading…
Reference in a new issue