You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -124,8 +120,8 @@ The theme used to style this starter provides the following files:
124
120
|-- templates/ # Root Templates Folder
125
121
||
126
122
||-- accounts/
127
-
|||-- login.html# Sign IN Page
128
-
|||-- register.html# Sign UP Page
123
+
|||-- auth-signin.html # Sign IN Page
124
+
|||-- auth-signup.html # Sign UP Page
129
125
||
130
126
||-- includes/
131
127
|||-- footer.html # Footer component
@@ -147,17 +143,17 @@ The theme used to style this starter provides the following files:
147
143
148
144
When the project requires customization, we need to copy the original file that needs an update (from the virtual environment) and place it in the template folder using the same path.
149
145
150
-
For instance, if we want to customize the `footer.html` these are the steps:
146
+
For instance, if we want to customize the `index.html` these are the steps:
151
147
152
148
-`Step 1`: create the `templates` DIRECTORY inside your app
153
149
-`Step 2`: configure the project to use this new template directory
154
150
- Edit `settings.py` TEMPLATES section
155
151
-`Step 3`: copy the `footer.html` from the original location (inside your ENV) and save it to the `YOUR_APP/templates` DIR
0 commit comments