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/rsvp.htm | 131 -------------------------------------------------- 1 file changed, 131 deletions(-) delete mode 100644 templates/en/rsvp.htm (limited to 'templates/en/rsvp.htm') 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