Planned Events
diff --git a/shop/templates/shop/cart.html b/shop/templates/shop/cart.html
index ced18b3..d9d2a3f 100644
--- a/shop/templates/shop/cart.html
+++ b/shop/templates/shop/cart.html
@@ -25,8 +25,8 @@
{% endif %}
-
-
Votre panier
+
+
Votre panier
{% if display_data.items %}
diff --git a/shop/templates/shop/checkout.html b/shop/templates/shop/checkout.html
index 0956084..15098ed 100644
--- a/shop/templates/shop/checkout.html
+++ b/shop/templates/shop/checkout.html
@@ -17,9 +17,9 @@
Se connecter
{% endif %}
-
Validation de la commande
+
Validation de la commande
-
+
{% if request.user.is_authenticated %}
diff --git a/shop/templates/shop/payment.html b/shop/templates/shop/payment.html
index b9c9db4..4517651 100644
--- a/shop/templates/shop/payment.html
+++ b/shop/templates/shop/payment.html
@@ -25,8 +25,8 @@
-
-
Résumé de votre commande
+
+
Résumé de votre commande
{% include 'shop/partials/order_items_display.html' with items=display_data.items total_quantity=display_data.total_quantity total_price=display_data.total_price edit_mode=False %}
diff --git a/shop/templates/shop/payment_cancel.html b/shop/templates/shop/payment_cancel.html
index b514012..996d4e6 100644
--- a/shop/templates/shop/payment_cancel.html
+++ b/shop/templates/shop/payment_cancel.html
@@ -20,8 +20,8 @@
-
-
Paiement
+
+
Paiement
Le paiement a été annulé
Votre commande n'a pas été finalisée car le paiement a été annulé.
diff --git a/shop/templates/shop/payment_success.html b/shop/templates/shop/payment_success.html
index 3a42ff9..e8880a5 100644
--- a/shop/templates/shop/payment_success.html
+++ b/shop/templates/shop/payment_success.html
@@ -18,8 +18,8 @@
-
-
Paiement réussi
+
+
Paiement réussi
Merci pour votre commande !
Votre paiement a été traité avec succès.
diff --git a/shop/templates/shop/product_item.html b/shop/templates/shop/product_item.html
index bb7c275..8ad9ba7 100644
--- a/shop/templates/shop/product_item.html
+++ b/shop/templates/shop/product_item.html
@@ -1,5 +1,5 @@
{% load shop_extras %}
-
+
{% if product.image %}
diff --git a/tournaments/static/tournaments/css/basics.css b/tournaments/static/tournaments/css/basics.css
index acbc62d..19dee98 100644
--- a/tournaments/static/tournaments/css/basics.css
+++ b/tournaments/static/tournaments/css/basics.css
@@ -6,6 +6,10 @@
/* PADDING */
+.padding10 {
+ padding: 10px;
+}
+
.padding15 {
padding: 15px;
}
@@ -14,6 +18,10 @@
padding: 20px;
}
+.hpadding10 {
+ padding: 0px 10px;
+}
+
/* MARGIN */
.margin10 {
diff --git a/tournaments/static/tournaments/css/blue_style.css b/tournaments/static/tournaments/css/blue_style.css
index 634f252..d53e5b0 100644
--- a/tournaments/static/tournaments/css/blue_style.css
+++ b/tournaments/static/tournaments/css/blue_style.css
@@ -137,7 +137,7 @@ p {
margin-top: 20px;
}
-.my-block {
+.padding10 {
padding: 10px 10px;
}
.simple {
diff --git a/tournaments/static/tournaments/css/style.css b/tournaments/static/tournaments/css/style.css
index 93e177f..33861dd 100644
--- a/tournaments/static/tournaments/css/style.css
+++ b/tournaments/static/tournaments/css/style.css
@@ -399,10 +399,6 @@ tr {
margin: 0 auto;
}
-.my-block {
- padding: 10px 10px;
-}
-
.red {
background-color: #e84038;
}
@@ -576,7 +572,7 @@ h-margin {
.table-row-1-colum {
display: grid;
- grid-template-columns: 1px auto;
+ grid-template-columns: 1fr;
/* Vertically center the content within each column */
padding: 5px 0px;
}
diff --git a/tournaments/templates/profile.html b/tournaments/templates/profile.html
index 2e6a1a7..93e8963 100644
--- a/tournaments/templates/profile.html
+++ b/tournaments/templates/profile.html
@@ -21,7 +21,7 @@
{% load tz %}
{% if form.errors or password_change_form.errors %}
-
+
{% for field in form %}
@@ -45,7 +45,7 @@
{% endif %}
-