fix one template

pull/1/head
eric 2013-03-08 16:46:33 -05:00
parent 800d0ffdeb
commit 7ef408115e
1 changed files with 1 additions and 3 deletions

View File

@ -1,9 +1,6 @@
{% extends "base.html" %}
{% load truncatechars %}
{% block title %}— Support Free eBooks{% endblock %}
{% block extra_js %}
<script type="text/javascript" src="{{ jquery_ui_home }}"></script>
{% endblock %}
{% block extra_css %}
<link type="text/css" rel="stylesheet" href="/static/css/landingpage2.css" />
@ -13,6 +10,7 @@
{% endblock %}
{% block extra_js %}
<script type="text/javascript" src="{{ jquery_ui_home }}"></script>
<!-- toggle to panelview state instead of listview default -->
<script type="text/javascript">
jQuery(document).ready(function($) {