Opened 4 years ago
Last modified 4 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 )
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...
Note:
See TracTickets
for help on using tickets.