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/rsvp.html | 131 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 templates/rsvp.html (limited to 'templates/rsvp.html') diff --git a/templates/rsvp.html b/templates/rsvp.html new file mode 100644 index 0000000..63f4ece --- /dev/null +++ b/templates/rsvp.html @@ -0,0 +1,131 @@ +{%extends 'layout.html' %} +{% 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.2.3-70-g09d2