I'm trying out some templates in django, and I'm putting together a common registration form, it's working normally when I use {{ form.as_p }}
only when it's called in this way I can not customize.
Example of the CDM
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<input class="mdl-textfield__input" type="text" id="sample3">
<label class="mdl-textfield__label" for="sample3">Text...</label>
</div>