mirror of
				https://github.com/Tivix/django-rest-auth.git
				synced 2025-11-01 00:07:39 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			188 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			188 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "base.html" %}
 | |
| 
 | |
| {% block content %}
 | |
|   <div class="row">
 | |
|     <h3>E-mail verification</h3><hr/>
 | |
|     {% include "fragments/email_verification_form.html" %}
 | |
|   </div>
 | |
| {% endblock %}
 |