mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	Fix part import form
This commit is contained in:
		@@ -27,7 +27,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    {% if show_import and user.is_staff and roles.part.add %}
 | 
					    {% if show_import and user.is_staff and roles.part.add %}
 | 
				
			||||||
    <li class='list-group-item' title='{% trans "Import Parts" %}'>
 | 
					    <li class='list-group-item' title='{% trans "Import Parts" %}'>
 | 
				
			||||||
        <a href='#' id='select-part-import' class='nav-toggle'>
 | 
					        <a href='{% url "part-import" %}'>
 | 
				
			||||||
            <span class='fas fa-file-upload sidebar-icon'></span>
 | 
					            <span class='fas fa-file-upload sidebar-icon'></span>
 | 
				
			||||||
            {% trans "Import Parts" %}
 | 
					            {% trans "Import Parts" %}
 | 
				
			||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,13 +1,9 @@
 | 
				
			|||||||
{% extends "part/category.html" %}
 | 
					{% extends "base.html" %}
 | 
				
			||||||
{% load inventree_extras %}
 | 
					{% load inventree_extras %}
 | 
				
			||||||
{% load i18n %}
 | 
					{% load i18n %}
 | 
				
			||||||
{% load static %}
 | 
					{% load static %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% block menubar %}
 | 
					{% block content %}
 | 
				
			||||||
{% include 'part/category_navbar.html' with tab='import' %}
 | 
					 | 
				
			||||||
{% endblock %}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
{% block category_content %}
 | 
					 | 
				
			||||||
    <div class='panel panel-default panel-inventree'>
 | 
					    <div class='panel panel-default panel-inventree'>
 | 
				
			||||||
        <div class='panel-heading'>
 | 
					        <div class='panel-heading'>
 | 
				
			||||||
            <h4>
 | 
					            <h4>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user