11 lines
		
	
	
		
			275 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			275 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "registration/_registration_base.html" %}
 | 
						|
 | 
						|
{% block title %}Password reset{% endblock %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
  <p>
 | 
						|
    We have sent you an email with a link to reset your password. Please check
 | 
						|
    your email and click the link to continue.
 | 
						|
  </p>
 | 
						|
{% endblock %}
 |