changeset 97:c3b5b4639a15

Remove unneeded links to jquery assets on the reviews template.
author Brian Neal <bgneal@gmail.com>
date Thu, 29 Dec 2011 14:12:13 -0600
parents 701696a54ec3
children 4de34a1446a0
files bns_website/templates/reviews/review_list.html
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/bns_website/templates/reviews/review_list.html	Fri Dec 23 16:47:52 2011 -0600
+++ b/bns_website/templates/reviews/review_list.html	Thu Dec 29 14:12:13 2011 -0600
@@ -2,14 +2,6 @@
 {% load core_tags %}
 {% block title %}Reviews{% endblock %}
 
-{% block custom_css %}
-<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/redmond/jquery-ui.css">
-{% endblock %}
-{% block custom_js %}
-<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
-<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
-{% endblock %}
-
 {% block content %}
 {% navbar 'reviews' %}
 <h1>Reviews</h1>