Skip to content

Commit

Permalink
Update atlas/configuration/config.py.example
Browse files Browse the repository at this point in the history
Co-authored-by: Camille Monchicourt <[email protected]>
  • Loading branch information
geobrun and camillemonchicourt authored Apr 16, 2024
1 parent 6441725 commit 31b633f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlas/configuration/config.py.example
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ CUSTOM_LOGO_LINK='https://monadressecustom.org'
#############################

# Permet de lister les pages statiques souhaitées et de les afficher dynamiquement dans le menu sidebar
# Pour ajouter une page externe, il faut renseigner l'attribut "url" ; pour une page interne, il faut renseigner l'attribut "template"
# Pour ajouter un lien vers une page externe, il faut renseigner l'attribut "url" ; pour une page interne, il faut renseigner l'attribut "template"
# Pour choisir un picto font-awesome 5, il faut renseigner l'attribut "picto" ; pour utiliser un picto stocké dans 'static/custom/images', il faut renseigner son nom de fichier dans l'attribut "customized_picto"
STATIC_PAGES = {
'presentation': {'template': 'static/custom/templates/presentation.html', 'title': "Présentation de l'atlas", 'picto': 'fa-question-circle', 'order': 0},
Expand Down

0 comments on commit 31b633f

Please sign in to comment.