mirror of
				https://github.com/sb745/NyaaV3.git
				synced 2025-10-31 16:05:46 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			283 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			283 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "layout.html" %}
 | |
| {% block title %}Awaiting Verification :: {{ config.SITE_NAME }}{% endblock %}
 | |
| {% block body %}
 | |
| <h1>Awaiting Verification</h1>
 | |
| <p>Your account been registered. Please check your email for the verification link to activate your account.</p>
 | |
| {% endblock %}
 | 
