diff --git a/src/fellchensammlung/templates/fellchensammlung/details/detail-rescue-organization.html b/src/fellchensammlung/templates/fellchensammlung/details/detail-rescue-organization.html index c60292d..7f4eb5a 100644 --- a/src/fellchensammlung/templates/fellchensammlung/details/detail-rescue-organization.html +++ b/src/fellchensammlung/templates/fellchensammlung/details/detail-rescue-organization.html @@ -1,6 +1,7 @@ {% extends "fellchensammlung/base.html" %} {% load custom_tags %} {% load i18n %} +{% load admin_urls %} {% block title %}{{ org.name }}{% endblock %} @@ -30,6 +31,9 @@
{% include "fellchensammlung/partials/partial-rescue-organization-contact.html" %}
+
+ Admin interface +
{% include "fellchensammlung/partials/partial-map.html" %}