Opened 4 years ago
Closed 4 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)
Change History (2)
by , 4 years ago
| Attachment: | Django-typo.JPG added |
|---|
comment:1 by , 4 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