I need to remove help text that appears on my template when I am creating a new user with the UserCreationForm.
I mean this help texts:
for the username field: Required. 30 characters or fewer. Letters, digits and @/./+/-/_ only.
and the password confirmation: Enter the same password as above, for verification
.
Which comes from help_text
parameter on field