{% extends 'layouts/base.html' %}
{% load static %}
{% block header %}{% endblock header %}
{% block content %}
{% include 'includes/pre-loader.html' %}
Password Changed
Your password has been changed successfully.
Go to home
{% endblock content %}
{% block footer %}{% endblock footer %}