From 5a7d5417d0826774644550cd40e694974703fb3e Mon Sep 17 00:00:00 2001 From: Teddy Middleton-Smith Date: Sat, 1 Feb 2025 09:41:49 +0000 Subject: [PATCH] Fix(UI): Remove most comments from page template files. --- templates/pages/core/_admin_home.html | 20 -------------- templates/pages/core/_contact.html | 17 ------------ templates/pages/core/_home.html | 20 -------------- templates/pages/core/_services.html | 20 -------------- templates/pages/store/_basket.html | 12 --------- templates/pages/store/_checkout_success.html | 19 -------------- .../pages/store/_product_categories.html | 6 ----- .../pages/store/_product_permutations.html | 9 ------- .../pages/store/_product_variations.html | 1 - templates/pages/store/_products.html | 6 ----- templates/pages/store/_stock_items.html | 8 ------ templates/pages/store/_supplier.html | 26 +------------------ 12 files changed, 1 insertion(+), 163 deletions(-) diff --git a/templates/pages/core/_admin_home.html b/templates/pages/core/_admin_home.html index 4d4fae1f..970c008f 100644 --- a/templates/pages/core/_admin_home.html +++ b/templates/pages/core/_admin_home.html @@ -3,13 +3,8 @@ {% block title %}{{ model.title }}{% endblock %} {% block page_body %} - -

Store

@@ -39,19 +34,4 @@
- - - - {% endblock %} \ No newline at end of file diff --git a/templates/pages/core/_contact.html b/templates/pages/core/_contact.html index 27afcbc5..1ce6a054 100644 --- a/templates/pages/core/_contact.html +++ b/templates/pages/core/_contact.html @@ -3,10 +3,6 @@ {% block title %}{{ model.title }}{% endblock %} {% block page_body %} - -

Complete the form or find our details below.

@@ -103,21 +98,9 @@
- - {% endblock %} \ No newline at end of file diff --git a/templates/pages/core/_home.html b/templates/pages/core/_home.html index d82fc16a..97b3da5e 100644 --- a/templates/pages/core/_home.html +++ b/templates/pages/core/_home.html @@ -3,31 +3,11 @@ {% extends 'layouts/layout.html' %} {% block page_body %} - -

We make websites, web apps, and desktop software

{% set block_id = 'button_get_in_touch' %} {% include 'components/common/buttons/_buttons_save_cancel.html' %}
- - - - {% endblock %} \ No newline at end of file diff --git a/templates/pages/core/_services.html b/templates/pages/core/_services.html index 46ee1edf..373e2fa4 100644 --- a/templates/pages/core/_services.html +++ b/templates/pages/core/_services.html @@ -5,13 +5,8 @@ {% block title %}{{ model.title }}{% endblock %} {% block page_body %} - -

Services

@@ -102,19 +97,4 @@
  • Transparent pricing structure with no hidden fees
  • - - - - {% endblock %} diff --git a/templates/pages/store/_basket.html b/templates/pages/store/_basket.html index e9dd9865..8f0ef8f7 100644 --- a/templates/pages/store/_basket.html +++ b/templates/pages/store/_basket.html @@ -7,7 +7,6 @@ {% block page_body %} -
    @@ -55,15 +54,4 @@ --> {% set block_id = 'checkout' %} {% include 'layouts/_shared_store.html' %} - {% endblock %} \ No newline at end of file diff --git a/templates/pages/store/_checkout_success.html b/templates/pages/store/_checkout_success.html index 6ed59979..c9ee7f4c 100644 --- a/templates/pages/store/_checkout_success.html +++ b/templates/pages/store/_checkout_success.html @@ -3,13 +3,8 @@ {% block title %}{{ model.title }}{% endblock %} {% block page_body %} - -
    @@ -27,20 +22,6 @@
    - {% set block_id = 'checkout' %} {% include 'layouts/_shared_store.html' %} - {% endblock %} \ No newline at end of file diff --git a/templates/pages/store/_product_categories.html b/templates/pages/store/_product_categories.html index 21e4f587..00a5f821 100644 --- a/templates/pages/store/_product_categories.html +++ b/templates/pages/store/_product_categories.html @@ -1,10 +1,6 @@ {% extends 'layouts/layout.html' %} {% block page_body %} - @@ -60,11 +56,9 @@ {% include 'components/common/temporary/_overlay_confirm.html' %} {% include 'components/common/temporary/_overlay_error.html' %} - diff --git a/templates/pages/store/_product_permutations.html b/templates/pages/store/_product_permutations.html index 07eef05c..2ad4076f 100644 --- a/templates/pages/store/_product_permutations.html +++ b/templates/pages/store/_product_permutations.html @@ -1,16 +1,8 @@ {% extends 'layouts/layout.html' %} {% block page_body %} - - {{ model.form_filters.hidden_tag() }}
    @@ -121,7 +113,6 @@ {% include 'components/common/temporary/_overlay_confirm.html' %} {% include 'components/common/temporary/_overlay_error.html' %} -