summaryrefslogtreecommitdiff
path: root/sbhs/templates/account/registration/password_change_done.html
blob: 6641ef7269baf612de294877fea438703bcfe66c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% extends "base.html" %}

{% block title %}Password changed{% endblock %}

{% block content %}
	<div class = "container">
		<h1>Password changed</h1>
	    <p>Your password has been successfully changed.</p>	
	</div>
    
{% endblock %}