Skip to content

Commit baf76d7

Browse files
authored
feat: Make bootstrap template the default for faster ramp-up (#63)
1 parent 674b444 commit baf76d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/settings.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,12 @@
132132
)
133133

134134
CMS_TEMPLATES = [
135+
# Default template that extend base.html, to be used with Bootstrap 5
136+
('bootstrap5.html', 'Bootstrap 5 Demo'),
137+
135138
# a minimal template to get started with
136139
('minimal.html', 'Minimal template'),
137140

138-
# optional templates that extend base.html, to be used with Bootstrap 5
139-
('bootstrap5.html', 'Bootstrap 5 Demo'),
140-
141141
('whitenoise-static-files-demo.html', 'Static File Demo'),
142142
]
143143

0 commit comments

Comments
 (0)