13 lines
		
	
	
	
		
			330 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			330 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "base.html" %}
 | |
| 
 | |
| {% block content %}
 | |
| 
 | |
| <h3>E-mail Address Change Requested</h3>
 | |
| 
 | |
| This email address was recently asked to become the new e-mail address for user {{ username | user_reference }}.
 | |
| <br>
 | |
| <br>
 | |
| To confirm this change, please click the following link:<br>
 | |
| {{ app_link('confirm?code=' + token) }}
 | |
| 
 | |
| {% endblock %}
 |