Opened 3 years ago

Last modified 3 years ago

#33371 closed Uncategorized

Unnecessary colon with blank label — at Version 1

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 (last modified by Timur Kadyev)

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 (1)

comment:1 by Timur Kadyev, 3 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top