fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Changed login method.
[wolnelektury.git]
/
templates
/
catalogue
/
main_page.html
diff --git
a/templates/catalogue/main_page.html
b/templates/catalogue/main_page.html
index
44fe7d4
..
b715f47
100644
(file)
--- a/
templates/catalogue/main_page.html
+++ b/
templates/catalogue/main_page.html
@@
-6,8
+6,6
@@
{% block extrahead %}
<script type="text/javascript" charset="utf-8">
$(function() {
{% block extrahead %}
<script type="text/javascript" charset="utf-8">
$(function() {
- $('#id_q').labelify({labelledClass: 'blur'});
-
$('#categories-list ul').columnize({width: 180});
$('#themes-list ul').columnize({width: 180});
});
$('#categories-list ul').columnize({width: 180});
$('#themes-list ul').columnize({width: 180});
});
@@
-15,6
+13,10
@@
{% endblock %}
{% block body %}
{% endblock %}
{% block body %}
+ <div id="site-description">
+ {% chunk "site-description" %}
+ </div>
+ <div class="clearboth"></div>
<form action="." method="get" accept-charset="utf-8" id="search-form">
<p>{{ form.q }} <input type="submit" value="Szukaj" /> <strong>lub</strong> <a href="{% url catalogue.views.book_list %}">zobacz spis utworów</a> w naszym zbiorze</p>
</form>
<form action="." method="get" accept-charset="utf-8" id="search-form">
<p>{{ form.q }} <input type="submit" value="Szukaj" /> <strong>lub</strong> <a href="{% url catalogue.views.book_list %}">zobacz spis utworów</a> w naszym zbiorze</p>
</form>