ernestophone.ens.fr/templates/gestion/divers.html
2015-07-22 16:08:59 -04:00

8 lines
211 B
HTML

{% 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>
</ul>
{% endblock %}