summaryrefslogtreecommitdiff
path: root/fossee_manim/templates/registration/password_reset_done.html
blob: 0d335b8122baf6066e5fc6a676c9c3da47500c6b (plain)
1
2
3
4
5
6
7
8
9
{% extends "base.html" %}

{% block title %}
	Password reset successful
{% endblock %}

{% block pagetitle %} 
	Instruction for setting new password has been mailed to your registered email address 
{% endblock %}