mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			354 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			354 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% load i18n %}
 | |
| 
 | |
| <button type='button' id='edit-notes' title='{% trans "Edit" %}' class='btn btn-primary'>
 | |
|     <span class='fas fa-edit'></span> {% trans "Edit" %}
 | |
| </button>
 | |
| <button type='button' id='save-notes' title='{% trans "Save" %}' class='btn btn-success' style='display: none;'>
 | |
|     <span class='fas fa-save'></span> {% trans "Save" %}
 | |
| </button>
 |