diff --git a/InvenTree/templates/about.html b/InvenTree/templates/about.html index 412e7fc644..1a5533df36 100644 --- a/InvenTree/templates/about.html +++ b/InvenTree/templates/about.html @@ -21,7 +21,7 @@ {% inventree_instance_name %} - + {% trans "InvenTree Version" %}{% inventree_version %} @@ -38,7 +38,7 @@ {% inventree_docs_url %} - + {% trans "View Code on GitHub" %}{% inventree_github_url %} diff --git a/InvenTree/templates/base.html b/InvenTree/templates/base.html index 21bb89681b..d343ea3824 100644 --- a/InvenTree/templates/base.html +++ b/InvenTree/templates/base.html @@ -20,7 +20,7 @@ - + @@ -28,8 +28,8 @@ - + diff --git a/InvenTree/templates/stats.html b/InvenTree/templates/stats.html index caa2a44cee..0f8a9e0542 100644 --- a/InvenTree/templates/stats.html +++ b/InvenTree/templates/stats.html @@ -7,22 +7,26 @@ {% trans "Parts" %} - {% trans "Parts" %} - {{ part_count }} - - + {% trans "Part Categories" %} {{ part_cat_count }} + + + {% trans "Parts" %} + {{ part_count }} + {% trans "Stock Items" %} - {% trans "Stock Items" %} - {{ stock_item_count }} - - + {% trans "Stock Locations" %} {{ stock_loc_count }} + + + {% trans "Stock Items" %} + {{ stock_item_count }} + \ No newline at end of file