diff --git a/templates/inventory.html b/templates/inventory.html index 773bf93..898a3ef 100644 --- a/templates/inventory.html +++ b/templates/inventory.html @@ -12,7 +12,7 @@ breadcrumbs=[ {'label': "Inventory", 'url': url_for('main.list_inventory')} ], title=title, -submit_button=False) }} +submit_button=True) }}
@@ -47,14 +47,13 @@ submit_button=False) }}
- - - +
@@ -68,26 +67,36 @@ submit_button=False) }}
- - - - + +
- - - +
diff --git a/templates/user.html b/templates/user.html index 30af060..ce1edcc 100644 --- a/templates/user.html +++ b/templates/user.html @@ -9,10 +9,10 @@ {% block content %} {{ breadcrumbs.breadcrumb_header( - title=title, - breadcrumbs=[ - {'label': 'Users', 'url': url_for('main.list_users')} - ] +title=title, +breadcrumbs=[ +{'label': 'Users', 'url': url_for('main.list_users')} +] ) }}
@@ -31,29 +31,39 @@
- - - - + +
- - - +