I created a django form and use it in html in user profile page.
{{profile_form.first_name}}
how can I add form value for this column of the form
I tried to add value from form widget but I need to add user data but I can only do it in html like user.first_name