aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorAlban Gruin2018-04-21 15:20:01 +0200
committerAlban Gruin2018-04-21 15:21:33 +0200
commita6d14aa482e322fcd1946ea2541272477b4f8c6b (patch)
treee8c32f4c75853e6917ea25ab35fdddb99b6a92cf /templates/index.html
parent7f0fa4871566050e283845ee0577603ded70df0f (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.html2
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 %}