Modify the appearance of the profile picture form. Use the CSS class "form-control"
Form widgets
Modify the widget
Report a typo
Sample Input 1:
TESTSample Output 1:
Write a program in Python 3
from django import forms
class ProfilePicForm(forms.Form):
profile_pic = forms.ImageField(
widget=...
)
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.