diff --git a/compte_agglo_montpellier/settings.py b/compte_agglo_montpellier/settings.py index 100598f..94fafe4 100644 --- a/compte_agglo_montpellier/settings.py +++ b/compte_agglo_montpellier/settings.py @@ -470,6 +470,7 @@ CMS_TEMPLATES = ( ('base_two_columns.html', 'Canevas sur deux colonnes'), ('base_one_column.html', 'Canevas sur une colonne'), ('base_help.html', 'Canevas de l\'aide'), + ('base_empty.html', 'Canevas vide'), ) CMS_REDIRECTS = True CMS_TEXT_WRAPPERS = ( diff --git a/compte_agglo_montpellier/templates/base_empty.html b/compte_agglo_montpellier/templates/base_empty.html new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/compte_agglo_montpellier/templates/base_empty.html @@ -0,0 +1 @@ +