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