{% extends "_base.html" %} {% load i18n %} {% load sekizai_tags %} {% load bootstrap %} {% block content %} {% include "profile_header_menu.html" %}
{% block profile_content %}{% endblock %}

Update your avatar image by pasting the URL of a JPEG, PNG, or GIF image. Make sure the URL directly links to the image file.

{% csrf_token %} {{ form|bootstrap }}
 

{% endblock %}