1๐
I just thought I would post the solution to my problem if anybody encounters the same issue. The template base.html
needs to be referenced to the correct folder if your templates are not stored in one folder, so it becomes {% extends "folder/base.html" %}
. There are a couple of html files in registration
folder with base.html
needing re-referencing.
๐คCurtis
Source:stackexchange.com