Opened 3 years ago
Closed 3 years ago
#33570 closed Bug (invalid)
Admin panel typo - django HTML typo on Bookings
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.
Change History (2)
by , 3 years ago
Attachment: | Django-typo.JPG added |
---|
comment:1 by , 3 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
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.
screenshot of the typo