feat: Improve display when no contactdata is there + formatting

This commit is contained in:
2025-06-18 20:05:23 +02:00
parent 64b48efafb
commit 2e9039a569

View File

@@ -55,6 +55,11 @@
</a> </a>
{% endif %} {% endif %}
{% else %} {% else %}
<p>{% translate 'Keine Kontaktdaten hinterlegt' %}</p> <div class="panel-block is-active">
<span class="panel-icon">
<i class="fas fa-x" aria-label="{% translate "E-Mail" %}"></i>
</span>
{% translate 'Keine Kontaktdaten hinterlegt' %}
</div>
{% endif %} {% endif %}
</div> </div>