comparison bns_website/templates/reviews/review_list.html @ 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 d1c8a723ad10
children
comparison
equal deleted inserted replaced
96:701696a54ec3 97:c3b5b4639a15
1 {% extends 'base.html' %} 1 {% extends 'base.html' %}
2 {% load core_tags %} 2 {% load core_tags %}
3 {% block title %}Reviews{% endblock %} 3 {% block title %}Reviews{% endblock %}
4
5 {% block custom_css %}
6 <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/redmond/jquery-ui.css">
7 {% endblock %}
8 {% block custom_js %}
9 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
10 <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
11 {% endblock %}
12 4
13 {% block content %} 5 {% block content %}
14 {% navbar 'reviews' %} 6 {% navbar 'reviews' %}
15 <h1>Reviews</h1> 7 <h1>Reviews</h1>
16 8