7 lines
		
	
	
		
			251 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			251 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "registration/_registration_base.html" %}
 | 
						|
{% block title %}Activation email sent{% endblock %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
  An activation email has been sent. Please check your email and click on the link to activate your account.
 | 
						|
{% endblock %}
 |