{% extends 'base.html' %} {% block title %}Edit Profile{% endblock %} {% block sidebar %} {% endblock %} {% block content %}
You can only edit your own user profile. Go to your own profile page.
{% endif %} {% else %}Please log in to your account to edit your profile.
{% endif %}