mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-06-21 03:58:24 +02:00
Drop old templates and old search
This commit is contained in:
13
theme/templates/base.html
Normal file
13
theme/templates/base.html
Normal file
@ -0,0 +1,13 @@
|
||||
{% extends "admin/base_site.html" %}
|
||||
{% comment %}
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
{% endcomment %}
|
||||
|
||||
{% load i18n %}
|
||||
|
||||
{% block breadcrumbs %}
|
||||
<div class="breadcrumbs">
|
||||
<a href="{% url 'index' %}">{% trans 'Home' %}</a>
|
||||
{% if title %} › {{ title }}{% endif %}
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user