diff gpp/templates/base.html @ 272:4557974db0e0

For #114, committing a new shoutbox based on the jquery cycle plugin for user feedback.
author Brian Neal <bgneal@gmail.com>
date Sun, 26 Sep 2010 19:08:31 +0000
parents 5232d5808057
children daa2916f5b34
line wrap: on
line diff
--- a/gpp/templates/base.html	Sun Sep 26 17:42:00 2010 +0000
+++ b/gpp/templates/base.html	Sun Sep 26 19:08:31 2010 +0000
@@ -25,9 +25,8 @@
 {% block custom_head %}{% endblock %}
 {% block custom_css %}{% endblock %}
 {% block custom_js %}{% endblock %}
-{% if user.is_authenticated %}
+<script type="text/javascript" src="{{ MEDIA_URL }}js/jquery.cycle.all.min.js"></script>
 <script type="text/javascript" src="{{ MEDIA_URL }}js/shoutbox.js"></script>
-{% endif %}
 <!-- <link rel="shortcut icon" type="image/vnd.microsoft.com" href="{{ MEDIA_URL }}images/favicon.ico" /> -->
 </head>
 <body>