Opened 4 months ago

Closed 4 months ago

Last modified 4 months ago

#36375 closed Bug (worksforme)

Template rendering error for user model on admin interface

Reported by: Larry Davis Owned by:
Component: contrib.auth Version: 5.2
Severity: Normal Keywords: admin template user contrib.auth
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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.

Attachments (5)

Admin Home.jpg (164.4 KB ) - added by Larry Davis 4 months ago.
Users Screen.jpg (95.6 KB ) - added by Larry Davis 4 months ago.
TemplateDoesNotExist.jpg (209.4 KB ) - added by Larry Davis 4 months ago.
Template Code.jpg (248.1 KB ) - added by Larry Davis 4 months ago.
Traceback.txt (18.6 KB ) - added by Larry Davis 4 months ago.

Download all attachments as: .zip

Change History (7)

by Larry Davis, 4 months ago

Attachment: Admin Home.jpg added

by Larry Davis, 4 months ago

Attachment: Users Screen.jpg added

by Larry Davis, 4 months ago

Attachment: TemplateDoesNotExist.jpg added

by Larry Davis, 4 months ago

Attachment: Template Code.jpg added

by Larry Davis, 4 months ago

Attachment: Traceback.txt added

comment:1 by Sarah Boyce, 4 months ago

Resolution: worksforme
Status: newclosed

Hello, this works for me

I recommend using our user support channels from this link. If after further debugging to identify the issue here, it turns out to be Django at fault, you can reopen this ticket with further details. You may want to share your admin file and settings when using the user support channels

comment:2 by Larry Davis, 4 months ago

Thank you, Sarah. Apologies for not using the support channel first.

Note: See TracTickets for help on using tickets.
Back to Top