mirror of
				https://github.com/inventree/inventree-docs.git
				synced 2025-10-31 04:45:38 +00:00 
			
		
		
		
	* More banner fixes - Restore original banner (search box etc) - Make version banner dismissable - Better CSS styling * Disable debug
		
			
				
	
	
		
			7 lines
		
	
	
		
			143 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			143 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "base.html" %}
 | |
| 
 | |
| {% block header %}
 | |
| {% include "partials/version_banner.html" %}
 | |
| {% include "partials/header.html" %}
 | |
| {% endblock %}
 |