diff --git a/artel/artel/templates/base.html b/artel/artel/templates/base.html index 168e650..9b18cdf 100644 --- a/artel/artel/templates/base.html +++ b/artel/artel/templates/base.html @@ -37,10 +37,10 @@ {% wagtailuserbar %}
-
+
{% main_menu max_levels=3 template="menu/custom_main_menu.html" %}
-
+
{% block content %}{% endblock %}
diff --git a/artel/artel/templates/menu/custom_main_menu.html b/artel/artel/templates/menu/custom_main_menu.html index 56e8d8f..11f6bdc 100644 --- a/artel/artel/templates/menu/custom_main_menu.html +++ b/artel/artel/templates/menu/custom_main_menu.html @@ -1,9 +1,9 @@ -{% load static %} +{% load static %} {% load menu_tags %} -
- +
+ Portal Logo
-
+ - - - \ No newline at end of file diff --git a/artel/store/templates/store/order.html b/artel/store/templates/store/order.html index ee14e34..4def81a 100644 --- a/artel/store/templates/store/order.html +++ b/artel/store/templates/store/order.html @@ -17,16 +17,12 @@
-
-
- -
-
{{form.name}}
-
+
+
{{form.surname}}
@@ -35,16 +31,12 @@
-
-
- -
-
{{form.email}}
-
+
+
{{form.phone}}
@@ -52,7 +44,7 @@
- +
@@ -81,7 +73,7 @@ {{form.zip_code}}
- +
diff --git a/artel/store/templates/store/partials/product_card.html b/artel/store/templates/store/partials/product_card.html index 9a57995..a360d1c 100644 --- a/artel/store/templates/store/partials/product_card.html +++ b/artel/store/templates/store/partials/product_card.html @@ -1,25 +1,24 @@ {% load static %} -
-
{{item.title}}
-
- +
+
{{item.title}}
+
+ {{item.title}} -
+
- \ No newline at end of file diff --git a/artel/store/templates/store/product_list_page.html b/artel/store/templates/store/product_list_page.html index 2033898..ce2dcef 100644 --- a/artel/store/templates/store/product_list_page.html +++ b/artel/store/templates/store/product_list_page.html @@ -23,14 +23,14 @@
-
-
- {% for item in items %} -
- {% include 'store/partials/product_card.html' %} -
- {% endfor %} -
+
+
+ {% for item in items %} +
+ {% include 'store/partials/product_card.html' %} +
+ {% endfor %} +