mirror of
				https://github.com/Tivix/django-rest-auth.git
				synced 2025-10-28 06:30:59 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			163 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			163 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "base.html" %}
 | |
| 
 | |
| {% block content %}
 | |
|   <div class="row">
 | |
|     <h3>Logout</h3><hr/>
 | |
|     {% include "fragments/logout_form.html" %}
 | |
|   </div>
 | |
| {% endblock %}
 |