fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Book with donation.
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
2022
/
base.html
diff --git
a/src/wolnelektury/templates/2022/base.html
b/src/wolnelektury/templates/2022/base.html
index
36b1452
..
363d99f
100644
(file)
--- a/
src/wolnelektury/templates/2022/base.html
+++ b/
src/wolnelektury/templates/2022/base.html
@@
-17,7
+17,6
@@
<title>{% if title %}{{ title }} | {% endif %}WolneLektury.pl</title>
<link rel="apple-touch-icon" href="apple-touch-icon.png">
{% stylesheet '2022' %}
<title>{% if title %}{{ title }} | {% endif %}WolneLektury.pl</title>
<link rel="apple-touch-icon" href="apple-touch-icon.png">
{% stylesheet '2022' %}
- <script src="scripts/modernizr.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@
-67,9
+66,6
@@
{% include '2022/footer.html' %}
{% include '2022/footer.html' %}
- <script src="{% static '2022/scripts/vendor.js' %}"></script>
- <script src="{% static '2021/scripts/main.js' %}"></script>
-
<script type="text/javascript">
var LANGUAGE_CODE = "{{ LANGUAGE_CODE }}";
</script>
<script type="text/javascript">
var LANGUAGE_CODE = "{{ LANGUAGE_CODE }}";
</script>
@@
-77,5
+73,6
@@
{% javascript '2022_player' %}
{% block extrabody %}{% endblock %}
{% include '2022/hotjar.html' %}
{% javascript '2022_player' %}
{% block extrabody %}{% endblock %}
{% include '2022/hotjar.html' %}
+ {% csrf_token %}
</body>
</html>
</body>
</html>