From 88d90721015b78e9df6e8637ccbd3d80e8866d72 2015-01-20 21:39:48 From: Bradley M. Kuhn Date: 2015-01-20 21:39:48 Subject: [PATCH] Don't list full menu on signup page. After much discussion with Tony and tmarble, we've concluded not to put the menu on the initial page, and instead place it on the thank-you page, to which PayPal payers are redirected. --- diff --git a/www/conservancy/static/supporter/event.html b/www/conservancy/static/supporter/event.html index 49c7847cecd1e7f6eb1b95fa55a4791d89aeb428..0d263e6f264307bfc2d2641edfd99313ca5eb132 100644 --- a/www/conservancy/static/supporter/event.html +++ b/www/conservancy/static/supporter/event.html @@ -67,28 +67,14 @@ turn at-the-door attendees away, since space is limited!)

-

The menu for this special evening is as follows: - -

-We have discussed other dietary needs with the venue, and they have committed -to do their best to accommodate other dietary needs. If you'd like, please -contact us at <dinner@sfconservancy.org> -to discuss your dietary needs. -

- +

The Supporter Night dinner includes a three-course meal and one drink. + Attendees will be able to choose from beef or vegetarian entrees. We + have discussed other dietary needs with the venue, and they have + committed to do their best to accommodate other dietary needs. If + you'd like, please contact us at + <dinner@sfconservancy.org> + to discuss + your dietary needs.


Attend the Annual Supporter Night

@@ -99,6 +85,7 @@ to discuss your dietary needs. + $40 is a minimum donation to diff --git a/www/conservancy/static/supporter/thank-you-event.html b/www/conservancy/static/supporter/thank-you-event.html new file mode 100644 index 0000000000000000000000000000000000000000..511e1194f2e51e8910091f81a336ac7ddf99d6da --- /dev/null +++ b/www/conservancy/static/supporter/thank-you-event.html @@ -0,0 +1,51 @@ +{% extends "base_conservancy.html" %} +{% block subtitle %}Thanks for Your Support - {% endblock %} +{% block category %}supporter{% endblock %} + +{% block head %} + + + + +{% endblock %} +{% block content %} +

Conservancy Annual Supporter Night 2015!

+ +

Thank you for signing up for Annual Supporter Night! We look forward to + seeing you there!

+ +

+

+
When
Friday 30 January 2015 at 18:30 (6:30PM)
+
Where
Drug Opera + Restaurant at Rue Grètry 51, 1000 Brussels, Belgium + (map)
+
+

+ +

The current menu for this special evening is as follows: + +

    + +
  • 1 drink (soft drink, mineral water or standard beer)
  • +
  • Cream soup of the day (likely vegetarian)
  • +
  • Choice of: +
      +
    • Beef + stew with french fries, or:
    • +
    • Spaghetti with tomato sauce (Vegetarian)
    • +
    +
  • +
  • Ice + cream with chocolate sauce (Vegetarian)
  • +
+ +

We have discussed other dietary needs with the venue, and they have +committed to do their best to accommodate other dietary needs during the +event itself. However, if you'd like, please contact us +at <dinner@sfconservancy.org> +to discuss your dietary needs in advance if you're concerned about the menu +above. +

+ +{% endblock %}