Regroup everything here

This commit is contained in:
Alexandre Iooss 2019-07-08 12:55:48 +02:00
parent e55ec8a24a
commit dc67ea317b
No known key found for this signature in database
GPG key ID: 6C79278F3FCDCC02
31 changed files with 1038 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{% extends "registration/logged_out.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>
</div>
{% endblock %}