bgneal@95: {% extends 'base.html' %} bgneal@95: {% load core_tags %} bgneal@95: {% block title %}Feedback{% endblock %} bgneal@95: {% block content %} bgneal@95: {% navbar 'feedback' %} bgneal@95: <h1>Feedback</h1> bgneal@95: <p> bgneal@95: We want to hear from you! Do you want to post a mini-review of <span class="bns">Brave New Surf</span>? Do you have questions or comments about the bands, the album, the ordering process, surf music, or <a href="http://www.doublecrownrecords.com">Double Crown Records</a>? Or perhaps you just wanted to say hi? Please, leave your comments below. bgneal@95: </p> bgneal@95: <hr /> bgneal@95: <div id="disqus_thread"></div> bgneal@95: <script type="text/javascript"> bgneal@95: var disqus_shortname = 'bravenewsurf'; bgneal@95: var disqus_developer = {% if debug %}1{% else %}0{% endif %}; bgneal@95: var disqus_identifier = '/feedback/'; bgneal@95: var disqus_url = 'http://bravenewsurf.com/feedback/'; bgneal@95: var disqus_title = 'Brave New Surf Feedback'; bgneal@95: (function() { bgneal@95: var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; bgneal@95: dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; bgneal@95: (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); bgneal@95: })(); bgneal@95: </script> bgneal@95: <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> bgneal@95: <a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a> bgneal@95: {% endblock %}