Opened 3 years ago

Last modified 3 years ago

#33371 closed Uncategorized

Unnecessary colon with blank label — at Initial Version

Reported by: Timur Kadyev Owned by: nobody
Component: Forms Version: 4.0
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

class AForm(forms.ModelForm):

class Meta:

labels = {'field_name': }

If tag = "", then an unnecessary colon is left

This is, of course, a trifle. But anyway...

Change History (0)

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