edge
edge copied to clipboard
using "CHANGE PASSWORD" on admin nav bar, results in exception
django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 32: 'dab_field_rendering', expected 'endblock'. Did you forget to register or load this tag?
I think I at least found part of this, it needs "django-admin-bootstrapped" added to the requirements, as auth tools uses some of it's tags. Unfortunately that module is not available for Django 2.0....
So what to do....
Found it, remove the "MyProj\src\templates\registration" folder, and use the templates in the Django contrib release.