diff --git a/backend/settings.py b/backend/settings.py index 648a8763..f0c503f9 100644 --- a/backend/settings.py +++ b/backend/settings.py @@ -132,12 +132,12 @@ ) CMS_TEMPLATES = [ + # Default template that extend base.html, to be used with Bootstrap 5 + ('bootstrap5.html', 'Bootstrap 5 Demo'), + # a minimal template to get started with ('minimal.html', 'Minimal template'), - # optional templates that extend base.html, to be used with Bootstrap 5 - ('bootstrap5.html', 'Bootstrap 5 Demo'), - ('whitenoise-static-files-demo.html', 'Static File Demo'), ]