# HG changeset patch # User Brian Neal # Date 1321062912 21600 # Node ID a4e0b03e5c00c660f5b4a69fbe197e82f861badb # Parent b60c84d52afa52e70dabf5c6a9d6c8f90963c64c First attempt at the buy page. Corrected some HTML5 validation problems. diff -r b60c84d52afa -r a4e0b03e5c00 bns_website/static/images/cd.jpg Binary file bns_website/static/images/cd.jpg has changed diff -r b60c84d52afa -r a4e0b03e5c00 bns_website/templates/base.html --- a/bns_website/templates/base.html Fri Nov 11 19:12:51 2011 -0600 +++ b/bns_website/templates/base.html Fri Nov 11 19:55:12 2011 -0600 @@ -7,9 +7,9 @@ Brave New Surf | {% block title %}{% endblock %} {% block custom_meta %}{% endblock %} - - - + + + {% block custom_css %}{% endblock %} {% block custom_js %}{% endblock %} @@ -22,7 +22,9 @@