{% extends "admin/base_site.html" %} {% block content %}
Edit Profile

{% csrf_token %} {% if img %}

Picture exists: Profile Pic

{% endif %} Profile Pic: {{ pf.avatar }}

{% endblock %}