2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +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

@ -6,7 +6,7 @@
{% block page_title %}
InvenTree | {% trans "Company" %} - {{ company.name }}
{% inventree_title %} | {% trans "Company" %} - {{ company.name }}
{% endblock %}

View File

@ -2,9 +2,10 @@
{% load static %}
{% load i18n %}
{% load inventree_extras %}
{% block page_title %}
InvenTree | {% trans "Supplier List" %}
{% inventree_title %} | {% trans "Supplier List" %}
{% endblock %}
{% block content %}

View File

@ -1,9 +1,10 @@
{% extends "two_column.html" %}
{% load static %}
{% load i18n %}
{% load inventree_extras %}
{% block page_title %}
InvenTree | {% trans "Supplier Part" %}
{% inventree_title %} | {% trans "Supplier Part" %}
{% endblock %}
{% block thumbnail %}