7 lines
		
	
	
		
			170 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			170 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "registration/_registration_base.html" %}
 | 
						|
{% block title %}Password changed{% endblock %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
  Password successfully changed!
 | 
						|
{% endblock %}
 |