Skip to content

Commit 8343986

Browse files
committed
v1.0.15 - Update Local Templates Folder
1 parent efedf4b commit 8343986

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.0.15] 2025-02-08
4+
### Changes
5+
6+
- Update Templates Folder
7+
- Customize the HOMEpage
8+
39
## [1.0.14] 2024-12-16
410
### Changes
511

core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
ROOT_URLCONF = "core.urls"
7171

72-
HOME_TEMPLATES = os.path.join(BASE_DIR, 'home', 'templates')
72+
HOME_TEMPLATES = os.path.join(BASE_DIR, 'templates')
7373

7474
TEMPLATES = [
7575
{

db.sqlite3

128 KB
Binary file not shown.

home/templates/pages/custom-index.html renamed to templates/pages/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1 class="fw-bolder display-2">
2525
Custom PAGE
2626
</h1>
2727
<h2 class="lead fw-normal text-muted mb-4 px-lg-10">
28-
Modern Bootstrap 5 Kit migrated to Django
28+
Modern Bootstrap 5 Kit migrated to Django - CUSTOMIZED Page
2929
</h2>
3030
<!-- Button Modal -->
3131
<div class="d-flex justify-content-center align-items-center mb-5">

0 commit comments

Comments
 (0)