feat: Add link to admin interface

This commit is contained in:
2025-06-22 14:18:22 +02:00
parent aabc549bcf
commit b91a17e950

View File

@@ -1,6 +1,7 @@
{% extends "fellchensammlung/base.html" %}
{% load custom_tags %}
{% load i18n %}
{% load admin_urls %}
{% block title %}<title>{{ org.name }}</title>{% endblock %}
@@ -30,6 +31,9 @@
<div class="block">
{% include "fellchensammlung/partials/partial-rescue-organization-contact.html" %}
</div>
<div class="block">
<a href="{% url org|admin_urlname:'change' org.pk %}">Admin interface</a>
</div>
</div>
<div class="column">
{% include "fellchensammlung/partials/partial-map.html" %}