Refactor templates and add search functionality with improved navigation and user experience
This commit is contained in:
parent
684a98b216
commit
f4f9f84387
15 changed files with 97 additions and 43 deletions
|
@ -1,9 +1,6 @@
|
|||
<!-- templates/inventory.html -->
|
||||
{% extends "layout.html" %}
|
||||
|
||||
{% import "_breadcrumb_fragment.html" as breadcrumbs %}
|
||||
{% import "_table_fragment.html" as tables %}
|
||||
|
||||
{% block title %}{{ title }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue