diff --git a/myproject/orders/templates/orders/order_list.html b/myproject/orders/templates/orders/order_list.html index 7b7708e..cf3c380 100644 --- a/myproject/orders/templates/orders/order_list.html +++ b/myproject/orders/templates/orders/order_list.html @@ -8,7 +8,6 @@ {% endblock %} {% block content %} -
@@ -83,10 +82,12 @@
+
- + +
-
+
{% if page_obj %}
@@ -224,7 +225,8 @@ {% endif %} - + +
{% endblock %} {% block extra_js %}