mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-24 04:13:12 +00:00
5 lines
136 B
HTML
5 lines
136 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block sidebar %}
|
|
<p><a href="{% url "cotisations:index" %}">Liste des factures</a></p>
|
|
{% endblock %}
|