aboutsummaryrefslogtreecommitdiff
path: root/templates/year_list.html
blob: 4256ec1324c721cda290acddc0526b56fb57338b (plain)
1
2
3
4
5
{% extends "index.html" %}

{% block pagetitle %}Choisissez votre année{% endblock %}
{% block url %}{% url "mentions" element.slug %}{% endblock %}
{% block navigation %}<a href="{% url "rooms" %}">Emploi du temps des salles</a>{% endblock %}