In our regular Django form we can render the form with something like this {{form.username}} and we specify the widget within the constructor of the form class like
{{form.username}}