diff options
author | Alban Gruin | 2018-04-21 15:20:01 +0200 |
---|---|---|
committer | Alban Gruin | 2018-04-21 15:21:33 +0200 |
commit | a6d14aa482e322fcd1946ea2541272477b4f8c6b (patch) | |
tree | e8c32f4c75853e6917ea25ab35fdddb99b6a92cf /templates/index.html | |
parent | 7f0fa4871566050e283845ee0577603ded70df0f (diff) |
Ajout d’une liste complète des groupes et d’une liste des semaines
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index c7c2543..cdab591 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,7 +16,7 @@ <h3>{% block pagetitle %}{% endblock %}</h3> <ul> {% for element in elements %} - <li><a href="{% block url %}{% endblock %}">{{ element }}</a></li> + <li><a href="{% block url %}{% endblock %}">{% block element %}{{ element }}{% endblock %}</a></li> {% empty %} <p><em>{% block empty %}Aucun emploi du temps à afficher{% endblock %}</em></p> {% endfor %} |