X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=templates%2Findex.html;h=a187093f76b6b5da535a48fb1d3fd765e2ea0d4f;hb=a63ef1b0c9a0d0f1a1fc606a179965f9451945a1;hp=a606667bcc5d55d9106498d25915088a76ab2215;hpb=2dc9eb43142b4f96cee63ff191e429ad68efacae;p=perso%2FDenise%2Foms.git diff --git a/templates/index.html b/templates/index.html index a606667..a187093 100644 --- a/templates/index.html +++ b/templates/index.html @@ -18,11 +18,13 @@ +{% if "fichier_importe" in valform %} {% if "version" in valform %}

Version du fichier de sauvegarde : {{ valform.version }}.

{% endif %} {% if "version" not in valform or valform.version < CONFIG.version %}

Note : La version du fichier de sauvegarde est inférieure à la version du site ({{ CONFIG.version}}), mais cela ne devrait pas générer de bug (normalement).

{% endif %} +{% endif %}