diff --git a/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html b/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html deleted file mode 100644 index 75c5067..0000000 --- a/src/fellchensammlung/templates/fellchensammlung/details/detail_adoption_notice.html +++ /dev/null @@ -1,133 +0,0 @@ -{% extends "fellchensammlung/base_generic.html" %} -{% load custom_tags %} -{% load i18n %} - -{% block title %}
{% translate "Ort" %} | - {% if adoption_notice.organization %} -{% translate "Organisation" %} | - {% endif %} -{% translate "Suchen seit" %} | -{% translate "Zuletzt aktualisiert" %} | -{% translate "Weitere Informationen" %} | -
- {% if adoption_notice.location %} - {{ adoption_notice.location }} - {% else %} - {{ adoption_notice.location_string }} - {% endif %} - | - {% if adoption_notice.organization %} -
-
- {{ adoption_notice.organization }}
- {% if adoption_notice.organization.trusted %}
-
-
-
-
- {% endif %}
-
-
- {% translate 'Diese Organisation kennt sich mit Ratten aus und achtet auf gute Abgabebedingungen' %}
-
- |
-
- {% endif %}
-
- {{ adoption_notice.searching_since }} | -- {{ adoption_notice.last_checked_hr }} - | -- {% if adoption_notice.further_information %} - - {% else %} - - - {% endif %} - | -
{% if adoption_notice.description %} - {{ adoption_notice.description | render_markdown }} - {% else %} - {% translate "Keine Beschreibung angegeben" %} - {% endif %} -
-