diff options
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 71665bc..5779b3e 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> | 
