Skip to content
Snippets Groups Projects
Commit 911c2666 authored by Milo Hivert's avatar Milo Hivert
Browse files

ajout banquet mais fonctionne pas

parent 5c38ab82
Branches
No related tags found
No related merge requests found
No preview for this file type
......@@ -17,7 +17,7 @@ body{
}
.wrapper{
background-image: url("../images/bg.png");
background-image: url("./images/banquet.png");
background-attachment: fixed;
background-size: 100%;
padding: 20% 3% 3% 3%;
......
site_campagne/campagne/static/campagne/images/banquet.png

93.9 KiB

......@@ -16,6 +16,7 @@ function f (){
var sucre = bouton_sucre.value;
var confiture = bouton_confiture.value;
var adresse = bouton_adresse.value;
if (parseInt(nature)+parseInt(sucre)+parseInt(nutella)+parseInt(confiture) !== 0 && adresse!==""){
window.location = "http://localhost:8000/mes_commandes/"+nature+"_"+nutella+"_"+sucre+"_"+confiture+"_"+adresse+"_";
}
......
No preview for this file type
site_campagne/static/campagne/images/banquet.webp

93.9 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment