diff --git a/src/fellchensammlung/templates/fellchensammlung/partials/bulma-partial-rescue-organization-contact.html b/src/fellchensammlung/templates/fellchensammlung/partials/bulma-partial-rescue-organization-contact.html index a911054..67833cd 100644 --- a/src/fellchensammlung/templates/fellchensammlung/partials/bulma-partial-rescue-organization-contact.html +++ b/src/fellchensammlung/templates/fellchensammlung/partials/bulma-partial-rescue-organization-contact.html @@ -4,57 +4,62 @@
{% trans "Kontaktdaten" %}
{% if org.hast_contact_data %} - {% if org.website %} - + {% if org.website %} + - {% endif %} - {% if org.phone_number %} - - {{ org.website }} - + {{ org.website }} + + {% endif %} + {% if org.phone_number %} + - {% endif %} - {% if org.email %} - - {{ org.phone_number }} - + {{ org.phone_number }} + + {% endif %} + {% if org.email %} + - {% endif %} + {{ org.email }} + + {% endif %} - {% if org.fediverse_profile %} - - {{ org.email }} - + {% if org.fediverse_profile %} + - {% endif %} - {% if org.instagram %} - - {{ org.fediverse_profile }} - + {{ org.fediverse_profile }} + + {% endif %} + {% if org.instagram %} + - {% endif %} + {{ org.instagram }} + + {% endif %} - {% if org.facebook %} - - {{ org.instagram }} - + {% if org.facebook %} + - {% endif %} - {% else %} - - {{ org.facebook }} -{% translate 'Keine Kontaktdaten hinterlegt' %}
+ {{ org.facebook }} + + {% endif %} + {% else %} +