7 lines
		
	
	
		
			282 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			282 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "registration/_registration_base.html" %}
 | 
						|
{% block title %}Activation complete{% endblock %}
 | 
						|
{% block content %}
 | 
						|
  Thanks, activation complete! You may now <a href='{% url auth_login %}'>login</a>
 | 
						|
  using the username and password you set at registration.
 | 
						|
{% endblock %}
 |