mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-20 13:56:30 +00:00
Moar UI and translation string fixes
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
{% extends "part/part_base.html" %}
|
||||
{% block details %}
|
||||
{% load status_codes %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block details %}
|
||||
|
||||
{% include "part/tabs.html" with tab="allocation" %}
|
||||
|
||||
<h4>Part Allocation</h4>
|
||||
<h4>{% trans "Part Stock Allocations" %}</h4>
|
||||
|
||||
<table class='table table-striped table-condensed' id='build-table'>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user