Django forms remove : (colon) in label

Django forms add a colon “:” to each label by default. You can turn this off by setting label_suffix="" when you create your form.

Leave a Reply