Update the k-fet calendar url on the home page

This commit is contained in:
Martin Pépin 2019-12-20 17:08:43 +01:00
parent 2df4e931d4
commit 59d93900a3
No known key found for this signature in database
GPG key ID: E7520278B1774448

View file

@ -49,7 +49,7 @@
<ul>
{# TODO: Since Django 1.9, we can store result with "as", allowing proper value management (if None) #}
<li><a href="{% slugurl "k-fet" %}">Page d'accueil</a></li>
<li><a href="https://www.cof.ens.fr/k-fet/calendrier">Calendrier</a></li>
<li><a href="https://cof.ens.fr/gestion/k-fet/le-calendrier/">Calendrier</a></li>
{% if perms.kfet.is_team %}
<li><a href="{% url 'kfet.kpsul' %}">K-Psul</a></li>
{% endif %}