{% extends "base_bootstrap.html" %} {% block title %}Change profile image{% endblock %} {% block content %}
{% if form.errors %}

Sorry, that's not a valid profile image.

{% endif %}

Change your profile image

{% if request.user.profile.image %} Current profile image {% endif %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}