copanier/copanier/templates/delivery/list_archives.html
Alexis MÃtaireau 80a61066a0 Reorganize URLs and templates.
Reorganizing the URLs seems to fix an issue with namespace collision in the URLs.

- URLs for product related operations are now in the /produits/ namespace ;
- Templates are now using a formalism of action_subject.html, which makes it simpler to find find them.
2020-04-07 16:41:07 +02:00

5 lines
149 B
HTML

{% extends "base.html" %}
{% block body %}
<h2>Distributions archivées</h2>
{% include "includes/delivery_list.html" %}
{% endblock body %}