Opened 2 years ago

Closed 2 years ago

#33570 closed Bug (invalid)

Admin panel typo - django HTML typo on Bookings

Reported by: Ricardo Piedade Owned by: nobody
Component: Database layer (models, ORM) Version: 3.2
Severity: Normal Keywords: Bug, Bookingss
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I have created an admin access for my django project which is for educational purposes only.
I created a model for booking a table at a restaurant. When accessing the admin view, I noticed an HTML typo which I believe to be from Django HTML and not my code.

Attachments (1)

Django-typo.JPG (119.5 KB ) - added by Ricardo Piedade 2 years ago.
screenshot of the typo

Download all attachments as: .zip

Change History (2)

by Ricardo Piedade, 2 years ago

Attachment: Django-typo.JPG added

screenshot of the typo

comment:1 by Mariusz Felisiak, 2 years ago

Resolution: invalid
Status: newclosed

Thanks for this ticket, however this is not a typo. Django admin uses Meta.verbose_name_plural which is set to a model name + "s" if not specified.

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