Search Results

16
votes

Change the width of form elements created with ModelForm in Django

The easiest way for your use case is to use CSS. It's a language meant for defining presentation. Look at the code generted by form, take note of ids for fields that interest you, …