diff --git a/atlas/configuration/config.py.example b/atlas/configuration/config.py.example index 88ca19108..90e55e361 100644 --- a/atlas/configuration/config.py.example +++ b/atlas/configuration/config.py.example @@ -184,6 +184,12 @@ RANG_STAT_FR = ['Faune invertébrée', 'Faune vertébrée', 'Flore'] ####### FICHE ESPECE ####### ############################ +# Afficher le graphique des altitudes. Affichage True/False +AFFICHAGE_GRAPH_ALTITUDES = True + +# Afficher le graphique de la phénologie. Affichage True/False +AFFICHAGE_GRAPH_PHENOLOGIE = True + # Rang taxonomique qui fixe jusqu'à quel taxon remonte la filiation taxonomique (hierarchie dans la fiche d'identite : Famille, Ordre etc... ) LIMIT_RANG_TAXONOMIQUE_HIERARCHIE = 13