{% extends "base.html" %} {% load static %} {% block page_title %} InvenTree | Settings {% endblock %} {% block content %}

InvenTree Settings


{% block tabs %} {% include "InvenTree/settings/tabs.html" %} {% endblock %}
{% block settings %} {% endblock %}
{% endblock %} {% block js_load %} {{ block.super }} {% endblock %}