Opened 15 months ago
Closed 15 months ago
#34777 closed Uncategorized (invalid)
Tags are not opened correctly in several django/forms/templates
Reported by: | Jahir Raihan Joy | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Normal | Keywords: | templates, tags, tag opening |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
Many templates are not formatted quite the right way. Example in some places, if a tag is being used like "tr", is not opened correctly or being closed correctly.
Eg: <tr {% some template tags %} </tr>
An example can be found : django/forms/templaes/django/forms/table.html, where "tr" is not opened correctly.
Attachments (1)
Change History (2)
by , 15 months ago
Attachment: | Screenshot 2023-08-14 at 3.10.57 PM.png added |
---|
comment:1 by , 15 months ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.