fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix in librarian
[wolnelektury.git]
/
apps
/
wolnelektury_core
/
templates
/
widget.html
diff --git
a/apps/wolnelektury_core/templates/widget.html
b/apps/wolnelektury_core/templates/widget.html
index
bfd0358
..
444f466
100644
(file)
--- a/
apps/wolnelektury_core/templates/widget.html
+++ b/
apps/wolnelektury_core/templates/widget.html
@@
-1,7
+1,7
@@
{% spaceless %}
{% load static from staticfiles %}
{% spaceless %}
{% load static from staticfiles %}
-{% load
compressed
%}
+{% load
pipeline
%}
<!DOCTYPE html>
<html>
<!DOCTYPE html>
<html>
@@
-9,7
+9,7
@@
<meta charset="UTF-8">
<base target="_parent" />
<title>Widget Wolnych Lektur</title>
<meta charset="UTF-8">
<base target="_parent" />
<title>Widget Wolnych Lektur</title>
- {%
compressed_css
'widget' %}
+ {%
stylesheet
'widget' %}
</head>
<body>
<div id="wl">
</head>
<body>
<div id="wl">
@@
-29,9
+29,9
@@
</div>
</div>
-{%
compressed_js
'widget' %}
+{%
javascript
'widget' %}
</body>
</html>
</body>
</html>
-{% endspaceless %}
\ No newline at end of file
+{% endspaceless %}