diff --git a/tienda/migrations/__pycache__/0001_initial.cpython-312.pyc b/tienda/migrations/__pycache__/0001_initial.cpython-312.pyc index b63c144..9c59692 100644 Binary files a/tienda/migrations/__pycache__/0001_initial.cpython-312.pyc and b/tienda/migrations/__pycache__/0001_initial.cpython-312.pyc differ diff --git a/tienda/migrations/__pycache__/0002_verificationcode_code_mode_and_more.cpython-312.pyc b/tienda/migrations/__pycache__/0002_verificationcode_code_mode_and_more.cpython-312.pyc index c83e2a8..fa262e2 100644 Binary files a/tienda/migrations/__pycache__/0002_verificationcode_code_mode_and_more.cpython-312.pyc and b/tienda/migrations/__pycache__/0002_verificationcode_code_mode_and_more.cpython-312.pyc differ diff --git a/tienda/migrations/__pycache__/0003_order_transaction_code.cpython-312.pyc b/tienda/migrations/__pycache__/0003_order_transaction_code.cpython-312.pyc index a1ecd9e..b345b46 100644 Binary files a/tienda/migrations/__pycache__/0003_order_transaction_code.cpython-312.pyc and b/tienda/migrations/__pycache__/0003_order_transaction_code.cpython-312.pyc differ diff --git a/tienda/migrations/__pycache__/0004_product_stock_stockreservation_stockreservationitem.cpython-312.pyc b/tienda/migrations/__pycache__/0004_product_stock_stockreservation_stockreservationitem.cpython-312.pyc index 93a7921..16b79e2 100644 Binary files a/tienda/migrations/__pycache__/0004_product_stock_stockreservation_stockreservationitem.cpython-312.pyc and b/tienda/migrations/__pycache__/0004_product_stock_stockreservation_stockreservationitem.cpython-312.pyc differ diff --git a/tienda/migrations/__pycache__/0005_savedpaymentmethod.cpython-312.pyc b/tienda/migrations/__pycache__/0005_savedpaymentmethod.cpython-312.pyc index 3fc5dc1..924cd09 100644 Binary files a/tienda/migrations/__pycache__/0005_savedpaymentmethod.cpython-312.pyc and b/tienda/migrations/__pycache__/0005_savedpaymentmethod.cpython-312.pyc differ diff --git a/tienda/migrations/__pycache__/0006_alter_category_name.cpython-312.pyc b/tienda/migrations/__pycache__/0006_alter_category_name.cpython-312.pyc new file mode 100644 index 0000000..0306e68 Binary files /dev/null and b/tienda/migrations/__pycache__/0006_alter_category_name.cpython-312.pyc differ diff --git a/tienda/migrations/__pycache__/__init__.cpython-312.pyc b/tienda/migrations/__pycache__/__init__.cpython-312.pyc index 7168695..f910764 100644 Binary files a/tienda/migrations/__pycache__/__init__.cpython-312.pyc and b/tienda/migrations/__pycache__/__init__.cpython-312.pyc differ diff --git a/tienda/templates/tienda/aviso_legal.html b/tienda/templates/tienda/aviso_legal.html index a3fc895..a847648 100644 --- a/tienda/templates/tienda/aviso_legal.html +++ b/tienda/templates/tienda/aviso_legal.html @@ -1,5 +1,5 @@ -{% load static %} {% extends "tienda/base.html" %} +{% load static %} {% block content %}
diff --git a/tienda/templates/tienda/ayuda.html b/tienda/templates/tienda/ayuda.html index 97582ac..0d336c5 100644 --- a/tienda/templates/tienda/ayuda.html +++ b/tienda/templates/tienda/ayuda.html @@ -1,5 +1,5 @@ -{% load static %} {% extends "tienda/base.html" %} +{% load static %} {% block content %}
diff --git a/tienda/templates/tienda/cookies.html b/tienda/templates/tienda/cookies.html index 17fa473..3fdee13 100644 --- a/tienda/templates/tienda/cookies.html +++ b/tienda/templates/tienda/cookies.html @@ -1,5 +1,5 @@ -{% load static %} {% extends "tienda/base.html" %} +{% load static %} {% block content %}
diff --git a/tienda/templates/tienda/devoluciones.html b/tienda/templates/tienda/devoluciones.html index c64ffbd..613c82e 100644 --- a/tienda/templates/tienda/devoluciones.html +++ b/tienda/templates/tienda/devoluciones.html @@ -1,5 +1,5 @@ -{% load static %} {% extends "tienda/base.html" %} +{% load static %} {% block content %}
diff --git a/tienda/templates/tienda/rgpd.html b/tienda/templates/tienda/rgpd.html index 09546c1..37ff7bb 100644 --- a/tienda/templates/tienda/rgpd.html +++ b/tienda/templates/tienda/rgpd.html @@ -1,5 +1,5 @@ -{% load static %} {% extends "tienda/base.html" %} +{% load static %} {% block content %}
@@ -61,4 +61,4 @@
-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/tienda/templates/tienda/sobre_nosotros.html b/tienda/templates/tienda/sobre_nosotros.html index 8120358..5ce9573 100644 --- a/tienda/templates/tienda/sobre_nosotros.html +++ b/tienda/templates/tienda/sobre_nosotros.html @@ -1,5 +1,5 @@ -{% load static %} {% extends "tienda/base.html" %} +{% load static %} {% block content %}
diff --git a/tienda/templates/tienda/terminos.html b/tienda/templates/tienda/terminos.html index 5a47506..31a36d6 100644 --- a/tienda/templates/tienda/terminos.html +++ b/tienda/templates/tienda/terminos.html @@ -1,5 +1,5 @@ -{% load static %} {% extends "tienda/base.html" %} +{% load static %} {% block content %}
diff --git a/tienda/templatetags/__pycache__/__init__.cpython-312.pyc b/tienda/templatetags/__pycache__/__init__.cpython-312.pyc index 2dd2093..6a9d06a 100644 Binary files a/tienda/templatetags/__pycache__/__init__.cpython-312.pyc and b/tienda/templatetags/__pycache__/__init__.cpython-312.pyc differ diff --git a/tienda/templatetags/__pycache__/vat_filters.cpython-312.pyc b/tienda/templatetags/__pycache__/vat_filters.cpython-312.pyc index f30aca6..3872719 100644 Binary files a/tienda/templatetags/__pycache__/vat_filters.cpython-312.pyc and b/tienda/templatetags/__pycache__/vat_filters.cpython-312.pyc differ