Skip to content

Commit

Permalink
feat: Make bootstrap template the default for faster ramp-up
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Jul 8, 2024
1 parent 674b444 commit 45950f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
]

Expand Down

0 comments on commit 45950f0

Please sign in to comment.