9 lines
		
	
	
		
			270 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			270 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends 'base.html' %}
 | |
| 
 | |
| {% block title %}check your email{% endblock %}
 | |
| 
 | |
| {% block content %}
 | |
|   <div class="full-margin">Check your email. A login link has been sent to {{ email }}</div>
 | |
| {% endblock %}
 | |
| 
 | |
| {% block pagesource %}/templates/login-landing.html{% endblock %} |