diff options
author | luxagraf <sng@luxagraf.net> | 2015-11-26 12:32:19 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2015-11-26 12:32:19 -0500 |
commit | 2bf6dcdbc3ffd051cb9686277de8e0a436de36f3 (patch) | |
tree | c2878722f24da5f5ea8f1a8004378b64c014c92f /design/templates/details | |
parent | 576afa4a5fb49eccfb3bd4972d2359d3d48c0dd3 (diff) |
added gumroad purchase options to src
Diffstat (limited to 'design/templates/details')
-rw-r--r-- | design/templates/details/src_book.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/design/templates/details/src_book.html b/design/templates/details/src_book.html index b5d9045..bc12ebf 100644 --- a/design/templates/details/src_book.html +++ b/design/templates/details/src_book.html @@ -24,16 +24,18 @@ </dl> </div> <div class="paypal-form-wrapper"> - {{paypal_form.render}} +<script src="https://gumroad.com/js/gumroad.js"></script> +<a target="_blank" class="gumroad-button btn-top" href="https://gum.co/rwd-b">Buy it Now</a> +{%comment%}{{paypal_form.render}}{%endcomment%} </div> <div class="highlights"> <h4>Learn Responsive Design:</h4> <article class="h-entry hentry post--article book" itemscope itemType="http://schema.org/Article"> {{object.body_html|safe|amp|smartypants}} - <div class="paypal-form-wrapper"> - {{paypal_form.render}} - </div> +<script src="https://gumroad.com/js/gumroad.js"></script> +<a target="_blank" class="gumroad-button btn-bottom" href="https://gum.co/rwd-b">Buy it Now</a> +{%comment%}{{paypal_form.render}}{%endcomment%} </article> </div> </main> |