From 2695b63c611e36b53764eeadc1d5c8516f21de46 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Tue, 24 Mar 2015 21:34:07 -0400 Subject: big reorganization of the templates --- templates/en/getting.htm | 6 --- templates/en/gifts.htm | 7 --- templates/en/lodging.htm | 6 --- templates/en/main.htm | 22 -------- templates/en/rsvp.htm | 131 ----------------------------------------------- 5 files changed, 172 deletions(-) delete mode 100644 templates/en/getting.htm delete mode 100644 templates/en/gifts.htm delete mode 100644 templates/en/lodging.htm delete mode 100644 templates/en/main.htm delete mode 100644 templates/en/rsvp.htm (limited to 'templates/en') diff --git a/templates/en/getting.htm b/templates/en/getting.htm deleted file mode 100644 index 85b4e27..0000000 --- a/templates/en/getting.htm +++ /dev/null @@ -1,6 +0,0 @@ -{%extends 'layout.htm' %} -{%block content%} -

- Coming soon! -

-{% endblock %} diff --git a/templates/en/gifts.htm b/templates/en/gifts.htm deleted file mode 100644 index 5242cfa..0000000 --- a/templates/en/gifts.htm +++ /dev/null @@ -1,7 +0,0 @@ -{%extends 'layout.htm' %} -{%block content%} -

- We are not asking for any gifts considering the expense of the trip - to France. -

-{% endblock %} diff --git a/templates/en/lodging.htm b/templates/en/lodging.htm deleted file mode 100644 index 85b4e27..0000000 --- a/templates/en/lodging.htm +++ /dev/null @@ -1,6 +0,0 @@ -{%extends 'layout.htm' %} -{%block content%} -

- Coming soon! -

-{% endblock %} diff --git a/templates/en/main.htm b/templates/en/main.htm deleted file mode 100644 index 0e6add6..0000000 --- a/templates/en/main.htm +++ /dev/null @@ -1,22 +0,0 @@ -{%extends 'layout.htm' %} -{%block content%} -

- Welcome to the homepage of -
- Iva and Guillaume’s wedding! -

-

- The wedding will take place -
- Friday September 4th, 2015 -
- in Le Lavandou, France. -

-

- This website will be updated periodically to include more - information. For now we just ask you to complete the RSVP - form. Please let us know if you have any questions. -

-

- We are looking forward to sharing this experience with you! -{% endblock %} diff --git a/templates/en/rsvp.htm b/templates/en/rsvp.htm deleted file mode 100644 index d1b5e65..0000000 --- a/templates/en/rsvp.htm +++ /dev/null @@ -1,131 +0,0 @@ -{%extends 'layout.htm' %} -{% block content%} -

- {% with messages = get_flashed_messages() %} - {% if messages %} - {% for message in messages %} -
-
- Success! {{message}} -
- {% endfor %} -
- {% endif %} - {% endwith %} -
- -
-

{{form['user_name']}}

-
-
-
- -
- -
-
-

- Will you be able to make it to our wedding? -

-
- -
- - -
-
-
- -
- -
-
-
- -
- -
-
-

- Will you be accompanied by a plus one? -

-
- -
- - -
-
-
- -
- -
-
-

- Will you be coming with kids? -

-
- -
- - -
-
-
- -
- -
-
-

- Please let us know if you have any dietary restrictions or comments: -

- -
- -
- -
-
-
-
- -
-
-
-{% endblock %} -- cgit v1.3