django-cookiecutter project accounts/login template does not extend from base.html #5895
millerthegorilla
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have just finished my django-cookiecutter development project, and have noticed that the login page does not extend the base.html, it is just the login card on a blank background.
I have checked the templates, and tried moving them from the container's /usr/lib/site-pacakges etc to my django code template directory to take a look. accounts/login extends base_entrance which extends base.html
but my base.html theming / navbar etc is not showing.
Any suggestions?
Mtia
Beta Was this translation helpful? Give feedback.
All reactions