mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			318 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			318 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% load i18n %}
 | |
| 
 | |
| <button type='button' class='btn btn-outline-success' id='new-attachment-link'>
 | |
|     <span class='fas fa-link'></span> {% trans "Add Link" %}
 | |
| </button>
 | |
| <button type='button' class='btn btn-success' id='new-attachment'>
 | |
|     <span class='fas fa-plus-circle'></span> {% trans "Add Attachment" %}
 | |
| </button> |