#36375: Template rendering error for user model on admin interface
-------------------------------------+-------------------------------------
Reporter: Larry Davis | Type: Bug
Status: new | Component:
| contrib.auth
Version: 5.2 | Severity: Normal
Keywords: admin template user | Triage Stage:
contrib.auth | Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
When I attempt to add a new user via the admin interface, I get a
TemplateDoesNotExist error.
Steps to recreate:
1. Start the application locally on port 8000
2. Login with superuser credentials
3. Visit the admin URL
4. Click Users under Authentication and Authorization
5. Click the Add User icon on the right side of the screen
I do not have any customizations on the admin interface for the User
model.
--
Ticket URL: <
https://code.djangoproject.com/ticket/36375>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.