{% extends "base.html" %} {% block title %} Profile {% endblock %} {% block script %} {% endblock script %} {% block content %}

Your Profile is changed {{ user.first_name }}

Redirecting...

{% endblock content %}