kpsul/gestioncof/templates/utile_bda.html

14 lines
391 B
HTML
Raw Permalink Normal View History

2013-09-05 22:21:32 +02:00
{% extends "base_title.html" %}
{% block homelink %}
{% endblock %}
{% block realcontent %}
<h2>Liens utiles du BdA</h2>
<h3>Listes mail</h3>
<ul>
2018-06-01 17:08:24 +02:00
<li><a href="{% url 'ml_diffbda' %}">BdA diffusion</a></li>
<li><a href="{% url 'ml_bda_revente' %}">BdA revente</a></li>
</ul>
2013-09-05 22:21:32 +02:00
{% endblock %}