diff --git a/InvenTree/templates/navbar.html b/InvenTree/templates/navbar.html index 0a231044cd..3d6bcd0734 100644 --- a/InvenTree/templates/navbar.html +++ b/InvenTree/templates/navbar.html @@ -1,56 +1,65 @@ {% load static %} {% load i18n %} - - + + + + Toggle navigation + + + + + - - {% trans "Parts" %} - {% trans "Stock" %} - {% trans "Build" %} - - {% trans "Buy" %} - - {% trans "Suppliers" %} - {% trans "Manufacturers" %} - {% trans "Purchase Orders" %} - - - - {% trans "Sell" %} - - {% trans "Customers" %} - {% trans "Sales Orders" %} - - - - - {% include "search_form.html" %} - - - - - - - {{ user.get_username }} + + + {% trans "Parts" %} + {% trans "Stock" %} + {% trans "Build" %} + + {% trans "Buy" %} - {% if user.is_authenticated %} - {% if user.is_staff %} - {% trans "Admin" %} - - {% endif %} - {% trans "Settings" %} - {% trans "Logout" %} - {% else %} - {% trans "Login" %} - {% endif %} - - {% trans "About InvenTree" %} - {% trans "Statistics" %} - - - + {% trans "Suppliers" %} + {% trans "Manufacturers" %} + {% trans "Purchase Orders" %} + + + + {% trans "Sell" %} + + {% trans "Customers" %} + {% trans "Sales Orders" %} + + + + + {% include "search_form.html" %} + + + + + + + {{ user.get_username }} + + {% if user.is_authenticated %} + {% if user.is_staff %} + {% trans "Admin" %} + + {% endif %} + {% trans "Settings" %} + {% trans "Logout" %} + {% else %} + {% trans "Login" %} + {% endif %} + + {% trans "About InvenTree" %} + {% trans "Statistics" %} + + + + \ No newline at end of file