mirror of
https://github.com/almet/copanier.git
synced 2025-05-03 21:31:49 +02:00
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.
5 lines
149 B
HTML
5 lines
149 B
HTML
{% extends "base.html" %}
|
|
{% block body %}
|
|
<h2>Distributions archivées</h2>
|
|
{% include "includes/delivery_list.html" %}
|
|
{% endblock body %}
|