mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 11:32:38 +02:00
8 lines
167 B
HTML
8 lines
167 B
HTML
{% extends "base.html" %}
|
|
{% block body %}
|
|
|
|
<div class="header">
|
|
<h1>Distributions</h1>
|
|
{% include "includes/delivery_list.html" %}
|
|
</div>
|
|
{% endblock body %}
|