aboutsummaryrefslogtreecommitdiff
path: root/templates/mention_list.html
blob: 3b9d8e86159dd43edc551a088a056a08cbce33fd (plain)
1
2
3
4
5
6
{% extends "index.html" %}

{% block title %}{{ year }} – {% endblock %}
{% block pagetitle %}{{ year }} – Choississez votre mention{% endblock %}
{% block url %}{% url "groups" year.slug element.slug %}{% endblock %}
{% block navigation %}<a href="{% url "index" %}">Retour à la liste des années</a>{% endblock %}