1
0
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:
Alexandre Iooss
2019-08-09 08:28:57 +02:00
parent d0f2140d14
commit b4cfb8d3b6
40 changed files with 131 additions and 10707 deletions

13
theme/templates/base.html Normal file
View 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 %} &rsaquo; {{ title }}{% endif %}
</div>
{% endblock %}