The beginning of transfer view

This commit is contained in:
Alexandre Iooss 2019-07-17 13:34:07 +02:00
parent 849bb71d5d
commit 7bafbeb93a
No known key found for this signature in database
GPG key ID: 6C79278F3FCDCC02
7 changed files with 97 additions and 37 deletions

View file

@ -0,0 +1,10 @@
{% extends "admin/base_site.html" %}
{% load i18n %}
{% block breadcrumbs %}
<div class="breadcrumbs">
<a href="{% url 'index' %}">{% trans 'Home' %}</a>
{% if title %} &rsaquo; {{ title }}{% endif %}
</div>
{% endblock %}