Blank label_suffix across entire Django project

Viewed 2891

I'd like to eliminate the colon (:) that is automatically added to form labels across my entire Django project. I'd like to avoid adding label_suffix='' to every form in the project.

Is there a simple way to override it everywhere?

1 Answers
Related