From 1b6d91709e9f12e530171a71e2af08c422461c97 Mon Sep 17 00:00:00 2001 From: Ruidy Date: Sun, 28 May 2023 14:03:49 +0200 Subject: [PATCH] success page --- config.json | 3 +- dist/contact.html | 2 +- dist/index.html | 2 +- dist/reservation.html | 173 +++++++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- templates/contact.html | 2 +- templates/index.html | 2 +- templates/reservation.html | 14 +++ 8 files changed, 194 insertions(+), 6 deletions(-) create mode 100644 dist/reservation.html create mode 100644 templates/reservation.html diff --git a/config.json b/config.json index 7a52d43..c2898df 100644 --- a/config.json +++ b/config.json @@ -4,7 +4,8 @@ "index.html", "t2-corail.html", "t3-azur.html", - "contact.html" + "contact.html", + "reservation.html" ], "outDir": "dist" } \ No newline at end of file diff --git a/dist/contact.html b/dist/contact.html index c47ff2e..189111f 100644 --- a/dist/contact.html +++ b/dist/contact.html @@ -100,7 +100,7 @@

. -

+
diff --git a/dist/index.html b/dist/index.html index 8d36753..35652f1 100644 --- a/dist/index.html +++ b/dist/index.html @@ -109,7 +109,7 @@

Remplir et envoyer le formulaire pour réserver VillaFleurie

- +
diff --git a/dist/reservation.html b/dist/reservation.html new file mode 100644 index 0000000..51f1d2d --- /dev/null +++ b/dist/reservation.html @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + VillaFleurie + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

Merci pour votre message. Nous vous recontactons dès que possible.

+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 55d1681..50d3237 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,4 +29,4 @@ ignore = [ ] [tool.ruff.per-file-ignores] -#"__init__.py" = ["F401"] +"__init__.py" = ["F401"] diff --git a/templates/contact.html b/templates/contact.html index bf44880..4d9c22c 100644 --- a/templates/contact.html +++ b/templates/contact.html @@ -25,7 +25,7 @@

. - +

diff --git a/templates/index.html b/templates/index.html index a846e2e..daca28e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -34,7 +34,7 @@

Remplir et envoyer le formulaire pour réserver VillaFleurie

- +
diff --git a/templates/reservation.html b/templates/reservation.html new file mode 100644 index 0000000..1d5b895 --- /dev/null +++ b/templates/reservation.html @@ -0,0 +1,14 @@ +{% extends "layout.html" %} +{% block content %} + +
+
+
+
+

Merci pour votre message. Nous vous recontactons dès que possible.

+
+
+
+
+ +{% endblock %}