mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-06-21 14:38:22 +02:00
Add find medium link in explore dropdown
This commit is contained in:
@ -30,6 +30,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
||||
<span class="dropdown">
|
||||
<a href="{% url 'admin:index' %}">{% trans 'Explore database' %}</a>
|
||||
<span class="dropdown-content">
|
||||
<a href="{% url "media:find" %}">Recherche ...</a>
|
||||
{% for app in available_apps %}
|
||||
{% for model in app.models %}
|
||||
{% if model.admin_url %}
|
||||
|
Reference in New Issue
Block a user