From 943172a4392cd44fa0a0d3e24ab9f95a9db7d8cd Mon Sep 17 00:00:00 2001 From: Vicky Steeves Date: Tue, 6 Aug 2019 20:16:54 -0400 Subject: [PATCH] fixed misaligned rsvp form --- .directory | 6 ---- bigday/templates/rsvp.html | 53 +++++++++++++++++++-------------- bigday/templates/thank-you.html | 1 - 3 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 .directory diff --git a/.directory b/.directory deleted file mode 100644 index ddaf41a..0000000 --- a/.directory +++ /dev/null @@ -1,6 +0,0 @@ -[Dolphin] -Timestamp=2019,8,6,19,50,32 -Version=4 - -[Settings] -HiddenFilesShown=true diff --git a/bigday/templates/rsvp.html b/bigday/templates/rsvp.html index 4ff1c53..e2984a2 100644 --- a/bigday/templates/rsvp.html +++ b/bigday/templates/rsvp.html @@ -12,34 +12,41 @@ -
+
-
- {% csrf_token %} - {% for guest in guests %} -
- -
-
- - +
+
+

RSVP

+ +

Kindly let us know if you will be able to attend our wedding!

+ + + {% csrf_token %} + {% for guest in guests %} +
+ +
+
+ + +
+
+ + +
+
+
+ {% endfor %} + +
+ +
+ +
-
- - -
-
-
- {% endfor %} - -
-
-
- -
{%endblock%} diff --git a/bigday/templates/thank-you.html b/bigday/templates/thank-you.html index 3934ec3..161284a 100644 --- a/bigday/templates/thank-you.html +++ b/bigday/templates/thank-you.html @@ -12,7 +12,6 @@
-