edge icon indicating copy to clipboard operation
edge copied to clipboard

using "CHANGE PASSWORD" on admin nav bar, results in exception

Open awinner1 opened this issue 6 years ago • 2 comments

django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 32: 'dab_field_rendering', expected 'endblock'. Did you forget to register or load this tag?

awinner1 avatar Jan 21 '19 22:01 awinner1

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....

awinner1 avatar Mar 11 '19 22:03 awinner1

Found it, remove the "MyProj\src\templates\registration" folder, and use the templates in the Django contrib release.

awinner1 avatar Mar 12 '19 14:03 awinner1