From 62845fa0cd4ac39e32633404ef35287345d56013 Mon Sep 17 00:00:00 2001 From: Ilona Date: Wed, 8 Jan 2025 21:13:26 +0100 Subject: [PATCH] Cosmetic. Google Font. --- app/templates/base.j2 | 4 +++- app/templates/index.j2 | 22 ++++++++++++++-------- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/app/templates/base.j2 b/app/templates/base.j2 index 297619e..68ddd62 100644 --- a/app/templates/base.j2 +++ b/app/templates/base.j2 @@ -10,9 +10,11 @@ {%- endblock metas %} {%- block styles %} + {% endblock %} @@ -44,10 +51,6 @@ div.sem.ouvert { }}">{{sem.titre}} cours du {{sem.date_debut}} au {{sem.date_fin}} - {% if sem.descr.date_fin_inscriptions is not none %} - fermeture des inscriptions le {{sem.descr.date_fin_inscriptions|format_date}} - {% endif %} - {% if sem.autosco.inscription_autorisee %}
{% if sem.autosco.nb_dispo is not none %} @@ -56,6 +59,9 @@ div.sem.ouvert { s'inscrire + {% if sem.descr.date_fin_inscriptions is not none %} + fermeture des inscriptions le {{sem.descr.date_fin_inscriptions|format_date}} + {% endif %}
{% endif %}