1
0
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:
Yohann D'ANELLO
2020-09-25 11:20:53 +02:00
parent a06ae5c9b9
commit 57659acc93
2 changed files with 2 additions and 1 deletions

View File

@ -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 %}