Modify the widget

Report a typo

Modify the appearance of the profile picture form. Use the CSS class "form-control"

Sample Input 1:

TEST

Sample Output 1:

Write a program in Python 3
from django import forms

class ProfilePicForm(forms.Form):
profile_pic = forms.ImageField(
widget=...
)
___

Create a free account to access the full topic