feat: Add link to admin interface
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{% extends "fellchensammlung/base.html" %}
|
{% extends "fellchensammlung/base.html" %}
|
||||||
{% load custom_tags %}
|
{% load custom_tags %}
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
{% load admin_urls %}
|
||||||
|
|
||||||
{% block title %}<title>{{ org.name }}</title>{% endblock %}
|
{% block title %}<title>{{ org.name }}</title>{% endblock %}
|
||||||
|
|
||||||
@@ -30,6 +31,9 @@
|
|||||||
<div class="block">
|
<div class="block">
|
||||||
{% include "fellchensammlung/partials/partial-rescue-organization-contact.html" %}
|
{% include "fellchensammlung/partials/partial-rescue-organization-contact.html" %}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="block">
|
||||||
|
<a href="{% url org|admin_urlname:'change' org.pk %}">Admin interface</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div class="column">
|
||||||
{% include "fellchensammlung/partials/partial-map.html" %}
|
{% include "fellchensammlung/partials/partial-map.html" %}
|
||||||
|
Reference in New Issue
Block a user