{% extends 'admin/layout/admin_app.html' %} {% block content %} {% if messages %} {% endif %}

User Edit

User Edit

{% csrf_token %}
{% if user.profile_picture %} User profile picture {% else %} {% load static %} User profile picture {% endif %}
{% endblock %} {% block custom_js %} {% endblock %}