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.
This commit is contained in:
parent
03429d9962
commit
88d9072101
2 changed files with 60 additions and 22 deletions
|
@ -67,28 +67,14 @@
|
|||
turn at-the-door attendees away, since space is limited!)</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>The menu for this special evening is as follows:
|
||||
|
||||
<ul>
|
||||
|
||||
<li>1 drink (soft drink, mineral water or standard beer)</li>
|
||||
<li>Cream soup of the day (likely vegetarian)</li>
|
||||
<li>Choice of:
|
||||
<ul>
|
||||
<li><a href="http://en.wikipedia.org/wiki/Carbonade_flamande">Beef
|
||||
stew</a> with french fries, or:</li>
|
||||
<li>Spaghetti with tomato sauce (Vegetarian)</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li> <a href="http://en.wikipedia.org/wiki/Dame_blanche_%28dessert%29">Ice
|
||||
cream with chocolate sauce</a> (Vegetarian)</li>
|
||||
</ul>
|
||||
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 <a href="mailto:dinner@sfconservancy.org"><dinner@sfconservancy.org></a>
|
||||
to discuss your dietary needs.
|
||||
</p>
|
||||
|
||||
<p>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
|
||||
<a href="mailto:dinner@sfconservancy.org"><dinner@sfconservancy.org></a>
|
||||
<dinner@sfconservancy.org> <mailto:dinner@sfconservancy.org> to discuss
|
||||
your dietary needs.</p>
|
||||
<hr/>
|
||||
<div id="dinnerpay">
|
||||
<h3>Attend the Annual Supporter Night</h3>
|
||||
|
@ -99,6 +85,7 @@ to discuss your dietary needs.
|
|||
<input type="hidden" name="business" value="dinner@sfconservancy.org" />
|
||||
<input type="hidden" name="item_name" value="Conservancy Supporter Night, FOSDEM 2015" />
|
||||
<input id="no_shipping" type="hidden" name="no_shipping" value="0" />
|
||||
<input type="hidden" name="return" value="https://sfconservancy.org/supporter/thank-you-event.html" />
|
||||
<label for="amount"><strong>Amount:</strong> $</label>
|
||||
<input id="amount" type="text" name="amount" size="7" minimum="40" value="40" />
|
||||
<span id="error" class="form-error-show">$40 is a minimum donation to
|
||||
|
|
51
www/conservancy/static/supporter/thank-you-event.html
Normal file
51
www/conservancy/static/supporter/thank-you-event.html
Normal file
|
@ -0,0 +1,51 @@
|
|||
{% extends "base_conservancy.html" %}
|
||||
{% block subtitle %}Thanks for Your Support - {% endblock %}
|
||||
{% block category %}supporter{% endblock %}
|
||||
|
||||
{% block head %}
|
||||
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/jquery-ui.min.js"></script>
|
||||
<script type="text/javascript" src="/supporter-page.js"></script>
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<h1>Conservancy Annual Supporter Night 2015!</h1>
|
||||
|
||||
<p>Thank you for signing up for Annual Supporter Night! We look forward to
|
||||
seeing you there!</p>
|
||||
|
||||
<p>
|
||||
<dl>
|
||||
<dt>When</dt> <dd>Friday 30 January 2015 at 18:30 (6:30PM)</dd>
|
||||
<dt>Where</dt> <dd><a href="http://www.drugopera.be/">Drug Opera</a>
|
||||
Restaurant at Rue Grètry 51, 1000 Brussels, Belgium
|
||||
(<a href="http://www.openstreetmap.org/node/2698048172#map=18/50.84898/4.35214">map</a>)</dd>
|
||||
</dl>
|
||||
</p>
|
||||
|
||||
<p>The current menu for this special evening is as follows:
|
||||
|
||||
<ul>
|
||||
|
||||
<li>1 drink (soft drink, mineral water or standard beer)</li>
|
||||
<li>Cream soup of the day (likely vegetarian)</li>
|
||||
<li>Choice of:
|
||||
<ul>
|
||||
<li><a href="http://en.wikipedia.org/wiki/Carbonade_flamande">Beef
|
||||
stew</a> with french fries, or:</li>
|
||||
<li>Spaghetti with tomato sauce (Vegetarian)</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li> <a href="http://en.wikipedia.org/wiki/Dame_blanche_%28dessert%29">Ice
|
||||
cream with chocolate sauce</a> (Vegetarian)</li>
|
||||
</ul>
|
||||
|
||||
<p>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 <a href="mailto:dinner@sfconservancy.org"><dinner@sfconservancy.org></a>
|
||||
to discuss your dietary needs in advance if you're concerned about the menu
|
||||
above.
|
||||
</p>
|
||||
|
||||
{% endblock %}
|
Loading…
Reference in a new issue