# HG changeset patch # User Brian Neal # Date 1361049079 21600 # Node ID 8cce523096c8eb9717bf97b8b64be8de727a9fae # Parent 4a68d3f9c158e9635f5d29ce044701fea0dec380 Updated the store page for buttons & stickers. Also added an "Editor's Choice" list of stuff to buy. diff -r 4a68d3f9c158 -r 8cce523096c8 sg101/templates/store/base.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sg101/templates/store/base.html Sat Feb 16 15:11:19 2013 -0600 @@ -0,0 +1,120 @@ +{% extends 'base.html' %} +{% block content %} + +

SurfGuitar101 Store

+ +{% block status_msg %}{% endblock %} + +

SG101 Stickers & Buttons

+
Donate Now and Receive SG101 Stickers and/or Buttons! +

+Help support your favorite surf music website by making a donation! In +return you can receive really boss stickers & buttons designed by Fred Lammers! +

+

+SG101 Swag +

+ +

Please use the form below to make your donation. Donations are handled by Paypal. If you don't have a Paypal account, don't worry, you can also pay with a major credit card.

+ +
+ + + + +
Pick your gift:
+ + + +
+ +

+Please note: Using the above form is the only way to donate +and get some stickers or buttons. If you donate via our +other form, I'll assume you +don't want swag. +

+

Thank you so much for supporting SurfGuitar101.com! Your donations are always greatly appreciated!

+

P.S. Please support Fred Lammers for creating this design for us by checking out his store.

+
+ +
+ +

Editor's Choice: Recommended Surf Music Items

+

+The following items are not affiliated with SurfGuitar101.com in any +way. However the staff at SurfGuitar101 strongly recommends them to +all surf music fans. Check them out and tell them SG101 sent you! +

+ +

Pounding Surf

+

+The Pounding Surf is an +amazing DVD with two complete features: A Drummer's +Guide to Surf Music, a colorful history of the surf music genre which +features great live performances and interviews with key figures, hosted by +surf guitar pioneer Paul Johnson from the +Belairs. The second part is The Art of Surf Drumming, which is +an instructional video for drummers with tips and lessons from four great +drummers! +

+

+As Paul Johnson says: “Please be assured: this package is NOT just for +drummers — it’s for everyone who loves good music! What started out as just +a simple idea for a “surf drum instruction video” has ended up as a much +larger concept...” +

+

Watch the trailer now:

+ + + +

+Order now at the Pounding Surf website. +

+ +
+ +

The Illustrated Dicography of Surf Music 1961-1965

+

+John Blair, the lead guitar player for legendary surf revival band Jon +& The Nightriders, has put together the definitive guide to the +hundreds of singles and albums from surf music's golden era of 1961-165. Now in +its fourth edition, this book features more information, an expanded index, and +color photos. Foreword by Dick Dale, the King of the Surf Guitar himself! +

+

+

Order now at John Blair's website.

+ +
+ +

Reverb Junkies

+

+Reverb Junkies is a high-energy feature +film documenting the current surf music scene in southern California. +

+

+Reverb Junkies takes you inside this +little known sub-genre of Rock and Roll. This documentary introduces you to some +of the people playing the fastest, hottest instrumental music around and to the +rabid fans of all ages who are driven to keep the music alive. +

+

Editor's note: Some of the people featured in this film are also members +of SurfGuitar101.com!

+

View the trailer here:

+ + + +

+Order now from the Reverb Junkies website! +

+ +
+ +{% endblock %} diff -r 4a68d3f9c158 -r 8cce523096c8 sg101/templates/store/cancel.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sg101/templates/store/cancel.html Sat Feb 16 15:11:19 2013 -0600 @@ -0,0 +1,6 @@ +{% extends 'store/base.html' %} +{% block status_msg %} +
+ Your order has been canceled. Thanks for looking! +
+{% endblock %} diff -r 4a68d3f9c158 -r 8cce523096c8 sg101/templates/store/thanks.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sg101/templates/store/thanks.html Sat Feb 16 15:11:19 2013 -0600 @@ -0,0 +1,7 @@ +{% extends 'store/base.html' %} +{% block status_msg %} +
+ Your order has been placed! We typically ship within seven days, and you + will receive an email at that time. Thanks for your order! +
+{% endblock %} diff -r 4a68d3f9c158 -r 8cce523096c8 sg101/urls.py --- a/sg101/urls.py Wed Jan 02 13:29:51 2013 -0600 +++ b/sg101/urls.py Sat Feb 16 15:11:19 2013 -0600 @@ -39,6 +39,16 @@ (r'^reset/(?P[0-9A-Za-z]+)-(?P.+)/$', 'django.contrib.auth.views.password_reset_confirm'), (r'^reset/done/$', 'django.contrib.auth.views.password_reset_complete'), + url(r'^store/$', + TemplateView.as_view(template_name='store/base.html'), + name='store'), + url(r'^store/cancel/$', + TemplateView.as_view(template_name='store/cancel.html'), + name='store-cancel'), + url(r'^store/thanks/$', + TemplateView.as_view(template_name='store/thanks.html'), + name='store-thanks'), + (r'^admin/', include(admin.site.urls)), (r'^accounts/', include('accounts.urls')), (r'^antispam/', include('antispam.urls')), diff -r 4a68d3f9c158 -r 8cce523096c8 static/store/blairs_book.jpg Binary file static/store/blairs_book.jpg has changed diff -r 4a68d3f9c158 -r 8cce523096c8 static/store/stickers_buttons.jpg Binary file static/store/stickers_buttons.jpg has changed