mirror of
				https://github.com/fastapi-users/fastapi-users.git
				synced 2025-11-01 01:48:46 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			196 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			196 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "base.html" %}
 | |
| 
 | |
| {% block outdated %}
 | |
|   You're not viewing the latest version.
 | |
|   <a href="{{ '../' ~ base_url }}">
 | |
|     <strong>Click here to go to latest.</strong>
 | |
|   </a>
 | |
| {% endblock %}
 | 
