diff --git a/src/fellchensammlung/templates/fellchensammlung/details/bulma-detail-adoption-notice.html b/src/fellchensammlung/templates/fellchensammlung/details/bulma-detail-adoption-notice.html index d6e50a9..8a78630 100644 --- a/src/fellchensammlung/templates/fellchensammlung/details/bulma-detail-adoption-notice.html +++ b/src/fellchensammlung/templates/fellchensammlung/details/bulma-detail-adoption-notice.html @@ -7,7 +7,7 @@ {% block content %}
-

{{ adoption_notice.name }}

+

{{ adoption_notice.name }}

@@ -24,7 +24,7 @@
{% if adoption_notice.organization %}
-

{% translate "Organisation" %}

+

{% translate "Organisation" %}

{{ adoption_notice.organization }} {% if adoption_notice.organization.trusted %} @@ -35,17 +35,17 @@ {% endif %}
-

{% translate "Suchen seit" %}

+

{% translate "Suchen seit" %}

{{ adoption_notice.searching_since }}

-

{% translate "Zuletzt aktualisiert" %}

+

{% translate "Zuletzt aktualisiert" %}

{{ adoption_notice.last_checked_hr }}

-

{% translate "Weitere Informationen" %}

+

{% translate "Weitere Informationen" %}

{% if adoption_notice.further_information %}
@@ -92,7 +92,7 @@
-
r +