Skip to content

Commit fb73110

Browse files
committed
SETTINGS - Update Template Location
1 parent b287337 commit fb73110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/settings.py

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

6464
ROOT_URLCONF = "core.urls"
6565

66-
HOME_TEMPLATES = os.path.join(BASE_DIR, 'home', 'templates')
66+
HOME_TEMPLATES = os.path.join(BASE_DIR, 'templates')
6767

6868
TEMPLATES = [
6969
{

0 commit comments

Comments
 (0)