diff --git a/templates/inventory/car_list_view.html b/templates/inventory/car_list_view.html index 57889e3c..970a90de 100644 --- a/templates/inventory/car_list_view.html +++ b/templates/inventory/car_list_view.html @@ -26,7 +26,7 @@ {% block content %}
-
+
@@ -148,7 +148,7 @@

{{car.receiving_date|timesince}}

- + {% if car.status == "available" %} {{ _("Available") }} @@ -164,13 +164,13 @@ - - {% endfor %} + + {% endfor %}
@@ -198,7 +198,7 @@ }) link.classList.add('active') }) - }) + }) function on_before_request() { document.querySelector('.table').classList.toggle('on-before-request') document.querySelector('.model-select').classList.add('on-after-request')