79316966

Date: 2024-12-30 06:45:41
Score: 2.5
Natty:
Report link

You can also do the same things as Gezim suggested in form definition:

class SomeForm(forms.ModelForm):
   # other stuff here

    def __init__(self, *args, **kwargs):
        super().__init__(*args, **kwargs)
        self.label_suffix = ""

A related SO post is here: Django form. How hide colon from initial_text?

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Matt