{% extends 'base.html' %} {% load static %} {% block title %}Settings{% endblock %} {% block content %}

Settings

{% csrf_token %}
{% if profile.profile_picture %} Profile Picture {% else %}

No photo

{% endif %}
{% endblock %}