# HG changeset patch # User Brian Neal <bgneal@gmail.com> # Date 1667778145 21600 # Node ID b4566292bbfec8c6b5bca262b7af583bc482f18c # Parent f6c1723fec1d7d0ac424dbb968786d73745c1753 Update t-shirt inventory diff -r f6c1723fec1d -r b4566292bbfe madeira/templates/band/buy.html --- a/madeira/templates/band/buy.html Sun Nov 06 17:38:09 2022 -0600 +++ b/madeira/templates/band/buy.html Sun Nov 06 17:42:25 2022 -0600 @@ -65,9 +65,6 @@ Sizes: <input type="hidden" name="on0" value="Sizes"> <select name="os0"> - <option value="X Large">X Large</option> - <option value="Large">Large</option> - <option value="Medium">Medium</option> <option value="Small">Small</option> </select> </div> @@ -81,28 +78,6 @@ </div> </form> {% endif %} - {% if item.name == 'The Surfer T-Shirt' %} - <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> - <input type="hidden" name="cmd" value="_s-xclick"> - <input type="hidden" name="hosted_button_id" value="PT4H8FAA3E2BY"> - <div class="row"> - <div class="col-md-2"> - Sizes: - <input type="hidden" name="on0" value="Sizes"> - <select name="os0"> - <option value="X Large">X Large </option> - </select> - </div> - </div> - <div class="row" style="margin-top: 1.5rem"> - <div class="col-md-4"> - <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" - border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> - <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> - </div> - </div> - </form> - {% endif %} <br class="clearfix"> {% endfor %} {% endblock %}