Mercurial > public > bravenewsurf
comparison bns_website/templates/feedback.html @ 95:1b5def90f5bf
Created a feedback page with Disqus comments.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 14 Dec 2011 19:52:32 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
94:48757f4e598b | 95:1b5def90f5bf |
---|---|
1 {% extends 'base.html' %} | |
2 {% load core_tags %} | |
3 {% block title %}Feedback{% endblock %} | |
4 {% block content %} | |
5 {% navbar 'feedback' %} | |
6 <h1>Feedback</h1> | |
7 <p> | |
8 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. | |
9 </p> | |
10 <hr /> | |
11 <div id="disqus_thread"></div> | |
12 <script type="text/javascript"> | |
13 var disqus_shortname = 'bravenewsurf'; | |
14 var disqus_developer = {% if debug %}1{% else %}0{% endif %}; | |
15 var disqus_identifier = '/feedback/'; | |
16 var disqus_url = 'http://bravenewsurf.com/feedback/'; | |
17 var disqus_title = 'Brave New Surf Feedback'; | |
18 (function() { | |
19 var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; | |
20 dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; | |
21 (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); | |
22 })(); | |
23 </script> | |
24 <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> | |
25 <a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a> | |
26 {% endblock %} |