Some django registration views try to use templates that we don't provide ("registration/login.html" is an example). This results in a TemplateDoesNotExist error. We must either create the templates or change the redirection urls so these are never used.
Some django registration views try to use templates that we don't provide ("registration/login.html" is an example). This results in a TemplateDoesNotExist error. We must either create the templates or change the redirection urls so these are never used.