Skip to content

Commit 1f99e6c

Browse files
committed
Fixed cookielaw issue (non-clickable) by adding its .js manually to index.html in access_stats, updated poetry requirements to latest versions of a few packages.
1 parent 17482e3 commit 1f99e6c

File tree

3 files changed

+22
-20
lines changed

3 files changed

+22
-20
lines changed

access_stats/templates/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
{% load static %}
44

5+
<script type="text/javascript" src="{% static 'cookielaw/js/cookielaw.js' %}"></script>
6+
57
{% block head_title %}
68
Access stats
79
{% endblock %}

poetry.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "access-stats"
3-
version = "0.3.16"
3+
version = "0.3.18"
44
description = "Django website to view access statistics from CEDA Elasticsearch"
55
authors = ["Tommy Godfrey <> Matthew Paice <[email protected]> Ed Borthwick <[email protected]>"]
66
license = "BSD - See LICENSE file for details"
@@ -30,15 +30,15 @@ cffi = ">=1.16.0"
3030
chardet = ">=5.0.0"
3131
cryptography = ">=42.0.0"
3232
Django = "4.2"
33-
django-bootstrap-datepicker-plus = "5.0.0"
34-
django-classy-tags = ">=1.0.0"
35-
django-cookie-law = "2.0.1"
33+
django-bootstrap-datepicker-plus = "5.0.5"
34+
django-classy-tags = "4.1.0"
35+
django-cookie-law = "2.2.0"
3636
elasticsearch = "8.12.0"
3737
idna = ">=3.6"
3838
pycparser = ">=2.21"
3939
pyOpenSSL = ">=24.0.0"
4040
PySocks = ">=1.7.1"
41-
pytest-runner = "4.4"
41+
pytest-runner = "6.0.1"
4242
python-dateutil = "2.9.0"
4343
pytz = ">=2024.1"
4444
PyYAML = "6.0.1"

0 commit comments

Comments
 (0)