diff --git a/templates/html/Wize.html b/templates/html/Wize.html index 49fe9fa..1ee6117 100644 --- a/templates/html/Wize.html +++ b/templates/html/Wize.html @@ -61,6 +61,9 @@ margin-left:auto; margin-right:auto; background: var(--main-body-background-color); + background-image: url('[% resource("common-spec/fond.jpg") %]'); + background-position: var(--main-body-background-position); + background-repeat: var(--main-body-background-repeat); } .intercalaire { diff --git a/templates/html/Wize_with_index.html b/templates/html/Wize_with_index.html index 7c3446f..10b9a7d 100644 --- a/templates/html/Wize_with_index.html +++ b/templates/html/Wize_with_index.html @@ -89,6 +89,9 @@ margin-left:auto; margin-right:auto; background: var(--main-body-background-color); + background-image: url('[% resource("common-spec/fond.jpg") %]'); + background-position: var(--main-body-background-position); + background-repeat: var(--main-body-background-repeat); } .intercalaire { diff --git a/templates/html/Wize_with_index_sod.html b/templates/html/Wize_with_index_sod.html index e587dd2..f5a6fd0 100644 --- a/templates/html/Wize_with_index_sod.html +++ b/templates/html/Wize_with_index_sod.html @@ -97,6 +97,9 @@ margin-left:auto; margin-right:auto; background: var(--main-body-background-color); + background-image: url('[% resource("common-spec/fond.jpg") %]'); + background-position: var(--main-body-background-position); + background-repeat: var(--main-body-background-repeat); } .intercalaire {