Merge branch 'test' into develop

This commit is contained in:
Jonas Havelka 2022-10-09 22:30:05 +02:00
commit 61f7f83641

View file

@ -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 == '@' %}&commat;{% else %}{{znak}}{% endif %}{% endfor %}
{% endif %}