Merge branch 'test' into develop
This commit is contained in:
commit
61f7f83641
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
</h3>
|
||||
|
||||
<div class="org_email">
|
||||
{% if org.osoba.email %}
|
||||
{% if org.osoba.email and user.is_authenticated %}
|
||||
{# zobrazeni e-mailu (na jednom radku, aby nevznikaly mezery navic) #}
|
||||
{% for znak in org.osoba.email %}{% if znak == '@' %}@{% else %}{{znak}}{% endif %}{% endfor %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue