diff options
author | Alban Gruin | 2018-04-15 12:04:20 +0200 |
---|---|---|
committer | Alban Gruin | 2018-04-15 12:04:20 +0200 |
commit | 324e391633b30bef5b781a733c56d26d29b45246 (patch) | |
tree | 86387cbb4c19aa95f5c433ec7e5b130cb29d600f /templates/index.html | |
parent | 1abd9faddd2f07341c6ff70dfa88d7c83eac40c3 (diff) | |
parent | eb32f6011eafd77db2455ce3183c527c2e86deeb (diff) |
Merge branch 'fusion/alban' into qsjps
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 081f663..007ab35 100644 --- a/templates/index.html +++ b/templates/index.html @@ -21,6 +21,7 @@ <p><em>Aucun emploi du temps à afficher</em></p> {% endfor %} </ul> + {% if year %}<a href="{% url "index" %}">Retour à la liste des années</a>{% else %}<a href="{% url "rooms" %}">Emploi du temps des salles</a>{% endif %} {% endblock %} </div> <footer> |