mirror of
				https://github.com/Tivix/django-rest-auth.git
				synced 2025-11-04 01:27:36 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			261 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			261 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "base.html" %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
  <!-- Main jumbotron for a primary marketing message or call to action -->
 | 
						|
  <div class="jumbotron">
 | 
						|
    <h1>django-rest-auth demo</h1>
 | 
						|
    <p>Welcome in django-rest-auth demo project!</p>
 | 
						|
  </div>
 | 
						|
{% endblock %}
 |