#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)

Screenshot 2023-08-14 at 3.10.57 PM.png (16.6 KB ) - added by Jahir Raihan Joy 14 months ago.

Download all attachments as: .zip

Change History (2)

by Jahir Raihan Joy, 14 months ago

comment:1 by Jahir Raihan Joy, 14 months ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top