2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 04:25:42 +00:00

using feature in views

This commit is contained in:
2021-04-15 14:52:08 +02:00
parent d49977bed3
commit 098ac0c461
23 changed files with 50 additions and 36 deletions

View File

@ -4,7 +4,7 @@
{% load inventree_extras %}
{% block page_title %}
InvenTree | Allocate Parts
{% inventree_title %} | {% trans "Allocate Parts" %}
{% endblock %}
{% block menubar %}

View File

@ -3,9 +3,10 @@
{% load static %}
{% load i18n %}
{% load status_codes %}
{% load inventree_extras %}
{% block page_title %}
InvenTree | {% trans "Build Order" %} - {{ build }}
{% inventree_title %} | {% trans "Build Order" %} - {{ build }}
{% endblock %}
{% block pre_content %}

View File

@ -5,7 +5,7 @@
{% load i18n %}
{% block page_title %}
InvenTree | {% trans "Build Orders" %}
{% inventree_title %} | {% trans "Build Orders" %}
{% endblock %}
{% block content %}