From ac27137b774d88b14cacfe0b96143068ade00de7 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 26 May 2026 13:46:08 +0200 Subject: [PATCH] refactor: change table cells to headers for improved semantic structure in email templates --- tienda/templates/tienda/emails/register.html | 8 ++++---- tienda/templates/tienda/emails/reset_pass.html | 8 ++++---- tienda/templates/tienda/emails/unban.html | 8 ++++---- tienda/templates/tienda/emails/welcome.html | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/tienda/templates/tienda/emails/register.html b/tienda/templates/tienda/emails/register.html index fe51f56..d76a5a6 100644 --- a/tienda/templates/tienda/emails/register.html +++ b/tienda/templates/tienda/emails/register.html @@ -1,11 +1,11 @@ -
+ -
+

¡Hola {{ name }}!

- +
@@ -16,6 +16,6 @@
- +
diff --git a/tienda/templates/tienda/emails/reset_pass.html b/tienda/templates/tienda/emails/reset_pass.html index 8041e87..cda4abf 100644 --- a/tienda/templates/tienda/emails/reset_pass.html +++ b/tienda/templates/tienda/emails/reset_pass.html @@ -1,11 +1,11 @@ -
+ -
+

¡Hola {{ name }}!

- +
@@ -22,6 +22,6 @@
- +
diff --git a/tienda/templates/tienda/emails/unban.html b/tienda/templates/tienda/emails/unban.html index c8779e3..e0239af 100644 --- a/tienda/templates/tienda/emails/unban.html +++ b/tienda/templates/tienda/emails/unban.html @@ -1,11 +1,11 @@ -
+ -
+

Su cuenta ha sido desbloqueada

- +
@@ -22,6 +22,6 @@
- +
diff --git a/tienda/templates/tienda/emails/welcome.html b/tienda/templates/tienda/emails/welcome.html index 4f12fe1..db43d69 100644 --- a/tienda/templates/tienda/emails/welcome.html +++ b/tienda/templates/tienda/emails/welcome.html @@ -1,11 +1,11 @@ -
+ -
+

¡Hola {{ name }}!

- +
@@ -21,6 +21,6 @@
- +