Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
				
			
			
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							14 lines
						
					
					
						
							443 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							14 lines
						
					
					
						
							443 B
						
					
					
				| {% extends "base.htm" %} | |
| {% load i18n %} | |
| 
 | |
| {% block title %}Activate account{% endblock %} | |
| 
 | |
| {% block content %} | |
| <h2>Activate your account</h2> | |
| <p>Thank you for registering. | |
| {% if verify %} | |
| In order to prohibit misuse, you need to activate your account before you can use it. We sent an EMail with further instructions to the address you specified, please follow the link in that email to activate your account. | |
| {% endif %} | |
| </p> | |
| {% endblock %} | |
| 
 |