Profile Picture Not Showing
I am able to upload a profile picture and it goes to the database. I have a “print(profile.profile_picture)” in my views.py that will correctly print the current profile picture in the console when I save. For some reason the profile picture will not show though, my “{% if profile.profile_picture %}” in my profile.html isn’t even picking anything up.
[]