ernestophone.ens.fr/templates/gestion/divers.html

10 lines
273 B
HTML
Raw Normal View History

2015-07-22 22:08:59 +02:00
{% extends "base.html" %}
{% block titre %}Divers{% endblock %}
{% block content %}
<h1>Divers</h1>
<ul>
<li><a href="{% url "propositions.views.liste" %}">Propositions de morceaux</a></li>
<li><a href="{% url "pads.views.liste_pads" %}">Pads</a></li>
2015-07-22 22:08:59 +02:00
</ul>
{% endblock %}