codeforlife-portal 8.6.10__py2.py3-none-any.whl → 8.6.12__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of codeforlife-portal might be problematic. Click here for more details.
- {codeforlife_portal-8.6.10.dist-info → codeforlife_portal-8.6.12.dist-info}/METADATA +3 -3
- {codeforlife_portal-8.6.10.dist-info → codeforlife_portal-8.6.12.dist-info}/RECORD +13 -13
- {codeforlife_portal-8.6.10.dist-info → codeforlife_portal-8.6.12.dist-info}/WHEEL +1 -1
- example_project/portal_test_settings.py +3 -3
- example_project/settings.py +3 -3
- portal/__init__.py +1 -1
- portal/templates/403.html +1 -1
- portal/templates/500.html +1 -1
- portal/templates/maintenance.html +1 -1
- portal/templates/portal/base.html +1 -1
- portal/templates/portal/partials/cookie_list.html +13 -6
- {codeforlife_portal-8.6.10.dist-info → codeforlife_portal-8.6.12.dist-info}/licenses/LICENSE.md +0 -0
- {codeforlife_portal-8.6.10.dist-info → codeforlife_portal-8.6.12.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codeforlife-portal
|
|
3
|
-
Version: 8.6.
|
|
3
|
+
Version: 8.6.12
|
|
4
4
|
Classifier: Programming Language :: Python
|
|
5
5
|
Classifier: Programming Language :: Python :: 3.12
|
|
6
6
|
Classifier: Framework :: Django
|
|
@@ -8,7 +8,7 @@ Description-Content-Type: text/markdown
|
|
|
8
8
|
License-File: LICENSE.md
|
|
9
9
|
Requires-Dist: asgiref==3.8.1; python_version >= "3.8"
|
|
10
10
|
Requires-Dist: certifi==2025.4.26; python_version >= "3.6"
|
|
11
|
-
Requires-Dist: cfl-common==8.6.
|
|
11
|
+
Requires-Dist: cfl-common==8.6.12
|
|
12
12
|
Requires-Dist: chardet==5.2.0; python_version >= "3.7"
|
|
13
13
|
Requires-Dist: charset-normalizer==3.4.2; python_version >= "3.7"
|
|
14
14
|
Requires-Dist: diff-match-patch==20241021; python_version >= "3.7"
|
|
@@ -60,7 +60,7 @@ Requires-Dist: asttokens==3.0.0; python_version >= "3.8" and extra == "dev"
|
|
|
60
60
|
Requires-Dist: attrs==25.3.0; python_version >= "3.8" and extra == "dev"
|
|
61
61
|
Requires-Dist: black==25.1.0; python_version >= "3.9" and extra == "dev"
|
|
62
62
|
Requires-Dist: certifi==2025.4.26; python_version >= "3.6" and extra == "dev"
|
|
63
|
-
Requires-Dist: cfl-common==8.6.
|
|
63
|
+
Requires-Dist: cfl-common==8.6.12; extra == "dev"
|
|
64
64
|
Requires-Dist: charset-normalizer==3.4.2; python_version >= "3.7" and extra == "dev"
|
|
65
65
|
Requires-Dist: click==8.1.8; python_version >= "3.7" and extra == "dev"
|
|
66
66
|
Requires-Dist: coverage[toml]==7.8.0; python_version >= "3.9" and extra == "dev"
|
|
@@ -87,7 +87,7 @@ cfl_common/common/tests/utils/organisation.py,sha256=vNgKFtU3VPcWRnZfh82yCS90PLA
|
|
|
87
87
|
cfl_common/common/tests/utils/student.py,sha256=PLd980iSlxmMoB8J3C2pVjNC5xHdVxfAkJXzhv_dRhg,3814
|
|
88
88
|
cfl_common/common/tests/utils/teacher.py,sha256=KQ_NAl4yQqiX_zwcULQjkovc29JPhnkLR5Nk3Ljzbpg,2661
|
|
89
89
|
cfl_common/common/tests/utils/user.py,sha256=NvLzZLVP4jy5Hn1iztOYF_BTQ9WsbSmuWMEzGzhAsRU,919
|
|
90
|
-
codeforlife_portal-8.6.
|
|
90
|
+
codeforlife_portal-8.6.12.dist-info/licenses/LICENSE.md,sha256=9AbRlCDqD2D1tPibimysFv3zg3AIc49-eyv9aEsyq9w,115
|
|
91
91
|
deploy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
92
92
|
deploy/captcha.py,sha256=MbOBuGnbT_SOIltSjP1XMOLrfo1DldCilaVAEim0vM4,23
|
|
93
93
|
deploy/views.py,sha256=7mY2zNPkaBFrlWGByJHp2zFqHIHSMc0YArjE_sFWMMU,131
|
|
@@ -107,11 +107,11 @@ deploy/static/apple-touch-icon.png,sha256=QjNQ8jDKI4BpfMMsrs2t3H0fXHa5KHV45fK_VS
|
|
|
107
107
|
deploy/static/robots.txt,sha256=5cS4RITuQhbpNzvpk4AyDCXdlIBfmfCoBYRvCHY2VT8,24
|
|
108
108
|
deploy/templates/deploy/csrf_failure.html,sha256=-pBRPn4Y7nUdYHGpTHCokT9Boi-isuwuivF8V2K1SgM,412
|
|
109
109
|
example_project/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
110
|
-
example_project/portal_test_settings.py,sha256=
|
|
111
|
-
example_project/settings.py,sha256=
|
|
110
|
+
example_project/portal_test_settings.py,sha256=AaXwSSB2A6qu6My_7cBciQa_jONy084uqNuVmBvusjs,7668
|
|
111
|
+
example_project/settings.py,sha256=RRSHhAgJVDn4uNZG395V6_Td7jwsSaBGNwQBZ_KJm0Y,5973
|
|
112
112
|
example_project/urls.py,sha256=FUTzHPlUS1O5kqMHjL5V4L552N2ln7uTDXcw9wjKUto,422
|
|
113
113
|
example_project/wsgi.py,sha256=U1W6WzZxZaIdYZ5tks7w9fqp5WS5qvn2iThsVcskrWw,829
|
|
114
|
-
portal/__init__.py,sha256=
|
|
114
|
+
portal/__init__.py,sha256=UXGc8nW_YrEncrkHIsp6kISjHHDaTD6JFDnD3xWh4xQ,23
|
|
115
115
|
portal/admin.py,sha256=RKJizTF6dPJKmGPZw7nZUM0X8jkiTjgyKhLQxtvHJ0I,6148
|
|
116
116
|
portal/app_settings.py,sha256=DhWLQOwM0zVOXE3O5TNKbMM9K6agfLuCsHOdr1J7xEI,651
|
|
117
117
|
portal/backends.py,sha256=2Dss6_WoQwPuDzJUF1yEaTQTNG4eUrD12ujJQ5cp5Tc,812
|
|
@@ -427,16 +427,16 @@ portal/strings/play.py,sha256=QbHlRfSPZNZrwuiF-Mi5agVmkwl975iJWiprxdvx3UY,777
|
|
|
427
427
|
portal/strings/teach.py,sha256=fhzX55gs9eKEYUfCoTGcJYWuVJA2bx7mXvQMtXfp9-Q,257
|
|
428
428
|
portal/strings/teacher_resources.py,sha256=8fdLLv0n140BQ0u1ivHhaJCFhz2qwNt4g0tCT-H4UW0,350
|
|
429
429
|
portal/strings/ten_year_map.py,sha256=iodL7p1MZwo1pd3az6kPvr6OvoSgZa91H2gjeMw4OkY,517
|
|
430
|
-
portal/templates/403.html,sha256=
|
|
430
|
+
portal/templates/403.html,sha256=1-xUtVoSijK9ujk6vUMWsjNaFUcHKWKggTC6SelxqhA,1180
|
|
431
431
|
portal/templates/404.html,sha256=Tk6HmuzDdIT4ojoIHvH2MibU_0OekU5gmuJmk5M4K_Q,563
|
|
432
|
-
portal/templates/500.html,sha256=
|
|
432
|
+
portal/templates/500.html,sha256=RQs2QqaLPINV8OdxbmggK03K4LSQ2nyt0wR0X-kuxNo,1714
|
|
433
433
|
portal/templates/email.html,sha256=MXB64zc1Sd34eIq8mGT1HhrjAiZUNvRx0_XjZllfKUU,268
|
|
434
434
|
portal/templates/email.txt,sha256=z3bkT2WnkCrVa1RLVbGd-pE81cLEHlZ_QowfbSQAOvg,19
|
|
435
|
-
portal/templates/maintenance.html,sha256=
|
|
435
|
+
portal/templates/maintenance.html,sha256=o5d8FbFj6CIFs76Pm0moM-2fVkBisZHKqgE8f_LwMAA,1610
|
|
436
436
|
portal/templates/django_recaptcha/widget_v2_invisible.html,sha256=3t5JHgyr_so5FQEUtbq501kEjz80KYBOoVz3PuU1JOc,318
|
|
437
437
|
portal/templates/django_recaptcha/includes/js_v2_invisible.html,sha256=QQnBzZBqdtPeJeYFOIihJM18YoSUWbsGjuoMy-5gxNM,1408
|
|
438
438
|
portal/templates/portal/about.html,sha256=_iD0GCP6q3-XuZ2LC-9O0KYY-mKL6c9qk3O-NRRqsRM,10321
|
|
439
|
-
portal/templates/portal/base.html,sha256=
|
|
439
|
+
portal/templates/portal/base.html,sha256=pEcfyYQjWtZk-de4NuQBcZwu9VMQFangbrpSnz3pJqg,11655
|
|
440
440
|
portal/templates/portal/base_no_userprofile.html,sha256=PlRufyYmUUGWBZ6CvbYhJWOMTqKqdcee4xnO5--AogA,447
|
|
441
441
|
portal/templates/portal/coding_club.html,sha256=DhPSIhxxzo6w0v80jXKVo_fjZ_TKnv7_u5cQq0woW8Q,5324
|
|
442
442
|
portal/templates/portal/contribute.html,sha256=kJLQpha9uqJipiwJdEEZVk-VBOYzSBkNiuoXtIeo0Yc,4269
|
|
@@ -469,7 +469,7 @@ portal/templates/portal/partials/banner.html,sha256=5MzRKCZWFPDzcRzHPqG5MeED_Ksm
|
|
|
469
469
|
portal/templates/portal/partials/benefits.html,sha256=TZm4U_XimgivkPMjDXxxkV7PLfRyi2PAwkH8Y4sFDps,2363
|
|
470
470
|
portal/templates/portal/partials/card_list.html,sha256=yHcp4oc0WRG9H6Ek871VCHbwYkDRcwQYbZ320gtsFn8,1550
|
|
471
471
|
portal/templates/portal/partials/character_list.html,sha256=SnNFHzbIkOSaiRPIvSdplEf_B87UYgJ1pOvMltNDxLE,415
|
|
472
|
-
portal/templates/portal/partials/cookie_list.html,sha256=
|
|
472
|
+
portal/templates/portal/partials/cookie_list.html,sha256=j815wyA9nAe74tzuKtp7Rxnm9oclORmipImfbI33BRI,6538
|
|
473
473
|
portal/templates/portal/partials/delete_popup.html,sha256=nEhnwgnmKoFzb6LlCwdX973Em9bVOFh6MON36RPteYs,1275
|
|
474
474
|
portal/templates/portal/partials/footer.html,sha256=IKEUmghaiiuQs5g9JfE97oNzjRTzBTu3SoFgJhRMyi8,5533
|
|
475
475
|
portal/templates/portal/partials/header.html,sha256=LJ8L_BV3DPAfpxAZlhH35MHNd5_bC3NhSVW2zAeonGU,20834
|
|
@@ -634,7 +634,7 @@ portal/views/two_factor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
634
634
|
portal/views/two_factor/core.py,sha256=Lk32z2SN2Pg0rRkK-N-LXMvXC1kKKsH3l692kiSDQ4E,964
|
|
635
635
|
portal/views/two_factor/form.py,sha256=lnHNKI-BMlpncTuW3zUzjPaJJNuEra2I_nOam0eOKFY,257
|
|
636
636
|
portal/views/two_factor/profile.py,sha256=SHSg_xHccE5PtD-OfuOkYhREYz_er4bj5ro1RjJ88Yw,393
|
|
637
|
-
codeforlife_portal-8.6.
|
|
638
|
-
codeforlife_portal-8.6.
|
|
639
|
-
codeforlife_portal-8.6.
|
|
640
|
-
codeforlife_portal-8.6.
|
|
637
|
+
codeforlife_portal-8.6.12.dist-info/METADATA,sha256=79l8e7z65B2NIy6C8zIFXIQGKfAT99NRbEhbrstsS9Y,12321
|
|
638
|
+
codeforlife_portal-8.6.12.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
639
|
+
codeforlife_portal-8.6.12.dist-info/top_level.txt,sha256=8e5pdsuIoTqEAMqpelHBjGjLbffcBtgOoggmd2q7nMw,41
|
|
640
|
+
codeforlife_portal-8.6.12.dist-info/RECORD,,
|
|
@@ -120,7 +120,7 @@ PIPELINE = {
|
|
|
120
120
|
os.path.join(BASE_DIR, "static/portal/sass/colorbox.scss"),
|
|
121
121
|
os.path.join(BASE_DIR, "static/portal/sass/styles.scss"),
|
|
122
122
|
),
|
|
123
|
-
"output_filename": "portal.css",
|
|
123
|
+
"output_filename": "portal/css/portal.css",
|
|
124
124
|
},
|
|
125
125
|
"popup": {
|
|
126
126
|
"source_filenames": (
|
|
@@ -128,13 +128,13 @@ PIPELINE = {
|
|
|
128
128
|
BASE_DIR, "static/portal/sass/partials/_popup.scss"
|
|
129
129
|
),
|
|
130
130
|
),
|
|
131
|
-
"output_filename": "popup.css",
|
|
131
|
+
"output_filename": "portal/css/popup.css",
|
|
132
132
|
},
|
|
133
133
|
"game-scss": {
|
|
134
134
|
"source_filenames": (
|
|
135
135
|
os.path.join(BASE_DIR, "static/game/sass/game.scss"),
|
|
136
136
|
),
|
|
137
|
-
"output_filename": "game.css",
|
|
137
|
+
"output_filename": "game/css/gamestyles.css",
|
|
138
138
|
},
|
|
139
139
|
},
|
|
140
140
|
"CSS_COMPRESSOR": None,
|
example_project/settings.py
CHANGED
|
@@ -75,7 +75,7 @@ PIPELINE = {
|
|
|
75
75
|
os.path.join(BASE_DIR, "static/game/css/level_selection.css"),
|
|
76
76
|
os.path.join(BASE_DIR, "static/game/css/backgrounds.css"),
|
|
77
77
|
),
|
|
78
|
-
"output_filename": "portal.css",
|
|
78
|
+
"output_filename": "portal/css/portal.css",
|
|
79
79
|
},
|
|
80
80
|
"popup": {
|
|
81
81
|
"source_filenames": (
|
|
@@ -83,13 +83,13 @@ PIPELINE = {
|
|
|
83
83
|
BASE_DIR, "static/portal/sass/partials/_popup.scss"
|
|
84
84
|
),
|
|
85
85
|
),
|
|
86
|
-
"output_filename": "popup.css",
|
|
86
|
+
"output_filename": "portal/css/popup.css",
|
|
87
87
|
},
|
|
88
88
|
"game-scss": {
|
|
89
89
|
"source_filenames": (
|
|
90
90
|
os.path.join(BASE_DIR, "static/game/sass/game.scss"),
|
|
91
91
|
),
|
|
92
|
-
"output_filename": "game.css",
|
|
92
|
+
"output_filename": "game/css/gamestyles.css",
|
|
93
93
|
},
|
|
94
94
|
},
|
|
95
95
|
"CSS_COMPRESSOR": None,
|
portal/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "8.6.
|
|
1
|
+
__version__ = "8.6.12"
|
portal/templates/403.html
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
{% load static %}
|
|
3
3
|
|
|
4
4
|
{% block css %}
|
|
5
|
-
<link rel="stylesheet" type="text/css" href='{% static "portal.css" %}'>
|
|
5
|
+
<link rel="stylesheet" type="text/css" href='{% static "portal/css/portal.css" %}'>
|
|
6
6
|
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500&display=swap" rel="stylesheet">
|
|
7
7
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
|
|
8
8
|
<link rel="shortcut icon" href="{% static 'portal/img/favicon.ico' %}" type="image/x-icon">
|
portal/templates/500.html
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
{% include "common/onetrust_cookies_consent_notice.html" %}
|
|
9
9
|
|
|
10
|
-
<link rel="stylesheet" type="text/css" href="{% static 'portal.css' %}">
|
|
10
|
+
<link rel="stylesheet" type="text/css" href="{% static 'portal/css/portal.css' %}">
|
|
11
11
|
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500&display=swap" rel="stylesheet">
|
|
12
12
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
|
|
13
13
|
<link rel="shortcut icon" href="{% static 'portal/img/favicon.ico' %}" type="image/x-icon">
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<html>
|
|
5
5
|
<head>
|
|
6
6
|
<title>Code For Life - maintenance</title>
|
|
7
|
-
<link rel="stylesheet" type="text/css" href="{% static 'portal.css' %}">
|
|
7
|
+
<link rel="stylesheet" type="text/css" href="{% static 'portal/css/portal.css' %}">
|
|
8
8
|
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500&display=swap" rel="stylesheet">
|
|
9
9
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
|
|
10
10
|
<link rel="shortcut icon" href="{% static 'portal/img/favicon.ico' %}" type="image/x-icon">
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
{% block head %}
|
|
16
16
|
{% endblock head %}
|
|
17
17
|
{% block css %}
|
|
18
|
-
<link href="{% static 'portal.css' %}" type="text/css" rel="stylesheet">
|
|
18
|
+
<link href="{% static 'portal/css/portal.css' %}" type="text/css" rel="stylesheet">
|
|
19
19
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
20
20
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
21
21
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined"
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<table class="table table-bordered header-primary">
|
|
4
4
|
<colgroup>
|
|
5
5
|
<col span="1" style="width: 23%;">
|
|
6
|
-
<col span="1" style="width:
|
|
7
|
-
<col span="1" style="width:
|
|
6
|
+
<col span="1" style="width: 20%;">
|
|
7
|
+
<col span="1" style="width: 47%;">
|
|
8
8
|
<col span="1" style="width: 10%;">
|
|
9
9
|
</colgroup>
|
|
10
10
|
<tr>
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
<table class="table table-bordered header-primary">
|
|
66
66
|
<colgroup>
|
|
67
67
|
<col span="1" style="width: 23%;">
|
|
68
|
-
<col span="1" style="width:
|
|
69
|
-
<col span="1" style="width:
|
|
68
|
+
<col span="1" style="width: 20%;">
|
|
69
|
+
<col span="1" style="width: 47%;">
|
|
70
70
|
<col span="1" style="width: 10%;">
|
|
71
71
|
</colgroup>
|
|
72
72
|
<tr>
|
|
@@ -125,8 +125,8 @@
|
|
|
125
125
|
<table class="table table-bordered header-primary">
|
|
126
126
|
<colgroup>
|
|
127
127
|
<col span="1" style="width: 23%;">
|
|
128
|
-
<col span="1" style="width:
|
|
129
|
-
<col span="1" style="width:
|
|
128
|
+
<col span="1" style="width: 20%;">
|
|
129
|
+
<col span="1" style="width: 47%;">
|
|
130
130
|
<col span="1" style="width: 10%;">
|
|
131
131
|
</colgroup>
|
|
132
132
|
<tr>
|
|
@@ -151,4 +151,11 @@
|
|
|
151
151
|
</td>
|
|
152
152
|
<td><p>Session</p></td>
|
|
153
153
|
</tr>
|
|
154
|
+
<tr>
|
|
155
|
+
<td><p>__cf_bm</p></td>
|
|
156
|
+
<td><p>pwnedpasswords.com</p></td>
|
|
157
|
+
<td><p>This cookie is used by CloudFlare to read and filter requests from bots.</p>
|
|
158
|
+
</td>
|
|
159
|
+
<td><p>30 minutes</p></td>
|
|
160
|
+
</tr>
|
|
154
161
|
</table>
|
{codeforlife_portal-8.6.10.dist-info → codeforlife_portal-8.6.12.dist-info}/licenses/LICENSE.md
RENAMED
|
File without changes
|
|
File without changes
|