Closed bbelderbos closed 1 month ago
I think I have this working now though I'm a little confused about the interaction between the two different base.htmls I have. One thing that was a little tricky was that the directory structure of the allauth templates has changed a bit and that took some hunting. For reference, the base.html you are using in the video is now located at allauth/allauth/layouts/base.html, which is not immediately obvious since allauth/account contains a lot of other templates including different versions of base.
OK I think we need to review this, I think it makes more sense to have the central base.html outside that directory ...
I am much in favor of using a plugin here to not write this "boring" code from scratch, maybe you want to give django-allauth a try? This is a bit older training but it should still work and it will save you time: https://pybites.circle.so/c/pybites-developer-mindset-pdm-program/sections/117348/lessons/394226