codeforlife-portal 8.6.4__py2.py3-none-any.whl → 8.6.6__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.4.dist-info → codeforlife_portal-8.6.6.dist-info}/METADATA +7 -7
- {codeforlife_portal-8.6.4.dist-info → codeforlife_portal-8.6.6.dist-info}/RECORD +10 -10
- {codeforlife_portal-8.6.4.dist-info → codeforlife_portal-8.6.6.dist-info}/WHEEL +1 -1
- portal/__init__.py +1 -1
- portal/templates/portal/contribute.html +5 -5
- portal/templates/portal/partials/header.html +2 -2
- portal/templates/portal/register.html +3 -6
- portal/templates/portal/teach.html +3 -3
- {codeforlife_portal-8.6.4.dist-info → codeforlife_portal-8.6.6.dist-info}/licenses/LICENSE.md +0 -0
- {codeforlife_portal-8.6.4.dist-info → codeforlife_portal-8.6.6.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.6
|
|
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.1.31; python_version >= "3.6"
|
|
11
|
-
Requires-Dist: cfl-common==8.6.
|
|
11
|
+
Requires-Dist: cfl-common==8.6.6
|
|
12
12
|
Requires-Dist: chardet==5.2.0; python_version >= "3.7"
|
|
13
13
|
Requires-Dist: charset-normalizer==3.4.1; 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.1.31; python_version >= "3.6" and extra == "dev"
|
|
63
|
-
Requires-Dist: cfl-common==8.6.
|
|
63
|
+
Requires-Dist: cfl-common==8.6.6; extra == "dev"
|
|
64
64
|
Requires-Dist: charset-normalizer==3.4.1; 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"
|
|
@@ -74,7 +74,7 @@ Requires-Dist: django-import-export==4.2.0; python_version >= "3.9" and extra ==
|
|
|
74
74
|
Requires-Dist: django-otp==1.6.0; python_version >= "3.7" and extra == "dev"
|
|
75
75
|
Requires-Dist: django-phonenumber-field==8.0.0; python_version >= "3.8" and extra == "dev"
|
|
76
76
|
Requires-Dist: django-pipeline==4.0.0; python_version >= "3.9" and extra == "dev"
|
|
77
|
-
Requires-Dist: django-reverse-js==0.1.
|
|
77
|
+
Requires-Dist: django-reverse-js==0.1.8; python_version >= "3.10" and extra == "dev"
|
|
78
78
|
Requires-Dist: django-selenium-clean==1.0.1; extra == "dev"
|
|
79
79
|
Requires-Dist: django-test-migrations==1.4.0; (python_version >= "3.9" and python_version < "4.0") and extra == "dev"
|
|
80
80
|
Requires-Dist: django-two-factor-auth==1.17.0; python_version >= "3.8" and extra == "dev"
|
|
@@ -85,7 +85,7 @@ Requires-Dist: fastdiff==0.3.0; extra == "dev"
|
|
|
85
85
|
Requires-Dist: h11==0.14.0; python_version >= "3.7" and extra == "dev"
|
|
86
86
|
Requires-Dist: idna==3.10; python_version >= "3.6" and extra == "dev"
|
|
87
87
|
Requires-Dist: iniconfig==2.1.0; python_version >= "3.8" and extra == "dev"
|
|
88
|
-
Requires-Dist: ipython==9.0
|
|
88
|
+
Requires-Dist: ipython==9.1.0; python_version >= "3.11" and extra == "dev"
|
|
89
89
|
Requires-Dist: ipython-pygments-lexers==1.1.1; python_version >= "3.8" and extra == "dev"
|
|
90
90
|
Requires-Dist: isort==6.0.1; python_full_version >= "3.9.0" and extra == "dev"
|
|
91
91
|
Requires-Dist: jedi==0.19.2; python_version >= "3.6" and extra == "dev"
|
|
@@ -113,7 +113,7 @@ Requires-Dist: pypdf==5.1.0; python_version >= "3.8" and extra == "dev"
|
|
|
113
113
|
Requires-Dist: pypng==0.20220715.0; extra == "dev"
|
|
114
114
|
Requires-Dist: pysocks==1.7.1; extra == "dev"
|
|
115
115
|
Requires-Dist: pytest==8.3.5; python_version >= "3.8" and extra == "dev"
|
|
116
|
-
Requires-Dist: pytest-cov==6.1.
|
|
116
|
+
Requires-Dist: pytest-cov==6.1.1; python_version >= "3.9" and extra == "dev"
|
|
117
117
|
Requires-Dist: pytest-django==4.8.0; python_version >= "3.8" and extra == "dev"
|
|
118
118
|
Requires-Dist: pytest-mock==3.14.0; python_version >= "3.8" and extra == "dev"
|
|
119
119
|
Requires-Dist: pytest-order==1.3.0; python_version >= "3.7" and extra == "dev"
|
|
@@ -122,7 +122,7 @@ Requires-Dist: python-dateutil==2.9.0.post0; (python_version >= "2.7" and python
|
|
|
122
122
|
Requires-Dist: pytz==2025.2; extra == "dev"
|
|
123
123
|
Requires-Dist: pyvirtualdisplay==3.0; extra == "dev"
|
|
124
124
|
Requires-Dist: qrcode==7.4.2; python_version >= "3.7" and extra == "dev"
|
|
125
|
-
Requires-Dist: rapid-router==7.5.
|
|
125
|
+
Requires-Dist: rapid-router==7.5.3; extra == "dev"
|
|
126
126
|
Requires-Dist: requests==2.32.3; python_version >= "3.8" and extra == "dev"
|
|
127
127
|
Requires-Dist: responses==0.18.0; python_version >= "3.7" and extra == "dev"
|
|
128
128
|
Requires-Dist: selenium==4.29.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.6.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
|
|
@@ -111,7 +111,7 @@ example_project/portal_test_settings.py,sha256=1eTweQoCt1okixE5eoEg-f9iX7idSLNdJ
|
|
|
111
111
|
example_project/settings.py,sha256=YS-8YYtH8hZMUhZALA3eHJ1bdM2VJfpD1v3ItjBMGaQ,5936
|
|
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=DA1tBYrkfybUuczM9QfOztrujogUskyt8K0O275u1kI,22
|
|
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
|
|
@@ -440,7 +440,7 @@ portal/templates/portal/about.html,sha256=_iD0GCP6q3-XuZ2LC-9O0KYY-mKL6c9qk3O-NR
|
|
|
440
440
|
portal/templates/portal/base.html,sha256=lAY0DO-OpW-O81tqZxnEmGAnXiJomzj2xsi5L8hTEls,11644
|
|
441
441
|
portal/templates/portal/base_no_userprofile.html,sha256=PlRufyYmUUGWBZ6CvbYhJWOMTqKqdcee4xnO5--AogA,447
|
|
442
442
|
portal/templates/portal/coding_club.html,sha256=DhPSIhxxzo6w0v80jXKVo_fjZ_TKnv7_u5cQq0woW8Q,5324
|
|
443
|
-
portal/templates/portal/contribute.html,sha256=
|
|
443
|
+
portal/templates/portal/contribute.html,sha256=kJLQpha9uqJipiwJdEEZVk-VBOYzSBkNiuoXtIeo0Yc,4269
|
|
444
444
|
portal/templates/portal/dotmailer_consent_form.html,sha256=UDdizPoKYZGybr6z9nzDV4WPhJPa-S3bIKywvVgFrxg,918
|
|
445
445
|
portal/templates/portal/email_invitation_sent.html,sha256=hAMzQXE3NFGnOsQlCGuo3Aps-vazSJb5BhAN7bWT48M,641
|
|
446
446
|
portal/templates/portal/email_style_template.html,sha256=lIlpiEC7-mO9tx3Ra9jtBjdXYxh5HKGZU8uqbvKdEbk,11893
|
|
@@ -454,12 +454,12 @@ portal/templates/portal/locked_out.html,sha256=JeiFHFyueFX03D54k82swjxvKY78cFG8V
|
|
|
454
454
|
portal/templates/portal/locked_out_school_student.html,sha256=bcpLtu4mkHR-zILLuArtHH2OfUSjHiqntcdbTMlx5Kg,684
|
|
455
455
|
portal/templates/portal/play.html,sha256=35dsR5jMavX5YvHZCwsoGdbCjEWJG-vPyqIeUAkgbLI,5724
|
|
456
456
|
portal/templates/portal/privacy_notice.html,sha256=JexPB9Xgvlymv-TCzpWoViuZ2R-xalScCsueMW66-fA,49247
|
|
457
|
-
portal/templates/portal/register.html,sha256=
|
|
457
|
+
portal/templates/portal/register.html,sha256=Vf2L4VMPuNQWgK2CWYBgBEYDkfUJ5YjXMaDY0C-Fp-E,12465
|
|
458
458
|
portal/templates/portal/reset_password.html,sha256=YzsREz5D2OwhicMLahVOVDXiNDxoHlPqU5iu96i36W0,1373
|
|
459
459
|
portal/templates/portal/reset_password_confirm.html,sha256=jPHSDatezRXzCG4zH_5BQPWAxLblidqro0hzvsH54ho,3499
|
|
460
460
|
portal/templates/portal/reset_password_done.html,sha256=rpzN3svZne5H2FS3TJaGnHypRj2KX-SRS6DbFQkgLf0,667
|
|
461
461
|
portal/templates/portal/reset_password_email_sent.html,sha256=kwNvoH_M-Qd5s-g0HiULwfQt_SD12WEMgPRSnLmldTQ,914
|
|
462
|
-
portal/templates/portal/teach.html,sha256=
|
|
462
|
+
portal/templates/portal/teach.html,sha256=3JWxPCxvVqDHpnYlunIg63ole_GjQwcAma4v0e0dR5o,9265
|
|
463
463
|
portal/templates/portal/ten_year_map.html,sha256=_NxEXDJMGdtguuZ3vYl00yBgYo12wv1w8QJ-LMhw8fg,8390
|
|
464
464
|
portal/templates/portal/terms.html,sha256=ekhBnhJVHcr5BE5W4PZ-YNzGsmhvRTrj1gdpdNdSYRk,29314
|
|
465
465
|
portal/templates/portal/login/independent_student.html,sha256=G4u82m0lko4yQvqRDMger5p63A6KtFI_bsEOsQWlyJw,1777
|
|
@@ -473,7 +473,7 @@ portal/templates/portal/partials/character_list.html,sha256=SnNFHzbIkOSaiRPIvSdp
|
|
|
473
473
|
portal/templates/portal/partials/cookie_list.html,sha256=MrQ6lqae_X-LSxQjlLhZzKESt_cqJ2HJYsjKqTQ9W0A,6303
|
|
474
474
|
portal/templates/portal/partials/delete_popup.html,sha256=nEhnwgnmKoFzb6LlCwdX973Em9bVOFh6MON36RPteYs,1275
|
|
475
475
|
portal/templates/portal/partials/footer.html,sha256=IKEUmghaiiuQs5g9JfE97oNzjRTzBTu3SoFgJhRMyi8,5533
|
|
476
|
-
portal/templates/portal/partials/header.html,sha256=
|
|
476
|
+
portal/templates/portal/partials/header.html,sha256=LJ8L_BV3DPAfpxAZlhH35MHNd5_bC3NhSVW2zAeonGU,20834
|
|
477
477
|
portal/templates/portal/partials/headline.html,sha256=xKb-WtkT0FyQqT0smyNSKkXFvU7KQ5Czad8ca6YKQg4,89
|
|
478
478
|
portal/templates/portal/partials/hero_card.html,sha256=UN5hyxrw-McuXFsDzPBIECB9yGrv9VjsFf8SEBowwXc,786
|
|
479
479
|
portal/templates/portal/partials/info_popup.html,sha256=gzffd5MBVb7p2hGQuZMNDudThrRgs847hCu9ziT9uLE,566
|
|
@@ -635,7 +635,7 @@ portal/views/two_factor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
635
635
|
portal/views/two_factor/core.py,sha256=Lk32z2SN2Pg0rRkK-N-LXMvXC1kKKsH3l692kiSDQ4E,964
|
|
636
636
|
portal/views/two_factor/form.py,sha256=lnHNKI-BMlpncTuW3zUzjPaJJNuEra2I_nOam0eOKFY,257
|
|
637
637
|
portal/views/two_factor/profile.py,sha256=SHSg_xHccE5PtD-OfuOkYhREYz_er4bj5ro1RjJ88Yw,393
|
|
638
|
-
codeforlife_portal-8.6.
|
|
639
|
-
codeforlife_portal-8.6.
|
|
640
|
-
codeforlife_portal-8.6.
|
|
641
|
-
codeforlife_portal-8.6.
|
|
638
|
+
codeforlife_portal-8.6.6.dist-info/METADATA,sha256=1AD9ejjhLYVO-vtluWrXN9vEtL2UyoXI_glawCeUAGc,12345
|
|
639
|
+
codeforlife_portal-8.6.6.dist-info/WHEEL,sha256=Td9E1opt19FSuwsk_gcDwtsGPmyXw7uz9xQf-y2gvl8,109
|
|
640
|
+
codeforlife_portal-8.6.6.dist-info/top_level.txt,sha256=8e5pdsuIoTqEAMqpelHBjGjLbffcBtgOoggmd2q7nMw,41
|
|
641
|
+
codeforlife_portal-8.6.6.dist-info/RECORD,,
|
portal/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "8.6.
|
|
1
|
+
__version__ = "8.6.6"
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
</div>
|
|
39
39
|
|
|
40
40
|
<div class="background background--primary">
|
|
41
|
-
<div class="
|
|
42
|
-
<div class="
|
|
43
|
-
<div class="col-
|
|
41
|
+
<div class="container">
|
|
42
|
+
<div class="row d-flex flex-column-reverse flex-md-row">
|
|
43
|
+
<div class="col-12 col-md-6 order-1 order-md-0">
|
|
44
44
|
<h4>Our products</h4>
|
|
45
45
|
|
|
46
46
|
<p><b>The website</b></p>
|
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
Python experience to a foundation in Python, helping
|
|
62
62
|
prepare them for GCSE and beyond.</p>
|
|
63
63
|
</div>
|
|
64
|
-
<div class="col-
|
|
64
|
+
<div class="col-12 col-md-6 order-0 order-md-1">
|
|
65
65
|
<img title="Rapid Router" alt="Rapid Router"
|
|
66
|
-
src="{% static 'portal/img/rapidrouter.png' %}">
|
|
66
|
+
src="{% static 'portal/img/rapidrouter.png' %}" class="img-fluid">
|
|
67
67
|
</div>
|
|
68
68
|
</div>
|
|
69
69
|
</div>
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
</div>
|
|
148
148
|
{% else %}
|
|
149
149
|
<div class="menu__right-side col-md-5">
|
|
150
|
-
<a href="{% url 'register' %}" id="signup_button" class="button button--primary button--register register">Register</a>
|
|
150
|
+
<a href="{% url 'register' %}" id="signup_button" class="button button--primary button--register register">Register for FREE</a>
|
|
151
151
|
<div class="dropdown">
|
|
152
152
|
<button id="login_dropdown" class="button--regular button--secondary button--header--login button--dropdown"
|
|
153
153
|
data-toggle="dropdown">
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
{% endif %}
|
|
239
239
|
{% else %}
|
|
240
240
|
<a class="button button--menu__item button--register"
|
|
241
|
-
href="{% url 'register' %}">Register now</a>
|
|
241
|
+
href="{% url 'register' %}">Register now for FREE</a>
|
|
242
242
|
<button class="button--menu__item button--menu__item--sub-header login"
|
|
243
243
|
data-toggle="collapse" data-target="#login-tabs">Log in</button>
|
|
244
244
|
<div id="login-tabs" class="collapse">
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
<div id="teacher-register-form" class="form-div form">
|
|
10
10
|
<h4>Teacher/Tutor</h4>
|
|
11
11
|
<div class="row form--row">
|
|
12
|
-
<p class="semi-bold">Register below to create your
|
|
12
|
+
<p class="semi-bold">Register below to create your free account.</p>
|
|
13
13
|
<small class="semi-bold">You will have access to teaching resources, progress tracking and lesson plans
|
|
14
14
|
for Rapid Router.</small>
|
|
15
15
|
</div>
|
|
16
|
-
<form class="d-flex flex-column"
|
|
16
|
+
<form class="d-flex flex-column"
|
|
17
17
|
method="post"
|
|
18
18
|
id="form-reg-teacher"
|
|
19
19
|
autocomplete="off">
|
|
@@ -87,10 +87,7 @@
|
|
|
87
87
|
<div id="independent-student-register-form" class="form-div">
|
|
88
88
|
<h4>Independent learner</h4>
|
|
89
89
|
<div class="row form--row">
|
|
90
|
-
<p class="semi-bold">
|
|
91
|
-
Register below if you are not part of a school or club and wish to set up a home
|
|
92
|
-
learning account.
|
|
93
|
-
</p>
|
|
90
|
+
<p class="semi-bold">Register below if you are not part of a school or club and wish to set up a free home learning account.</p>
|
|
94
91
|
<small class="semi-bold">You will have access to learning resources for Rapid Router.</small>
|
|
95
92
|
</div>
|
|
96
93
|
<form id="form-signup-independent-student"
|
|
@@ -129,11 +129,11 @@
|
|
|
129
129
|
</p>
|
|
130
130
|
<p>
|
|
131
131
|
See how Rapid Router fits into
|
|
132
|
-
<a href="https://
|
|
133
|
-
English national curriculum — the computer science strand
|
|
132
|
+
<a href="https://docs.codeforlife.education/national-curriculum-alignment" target="_blank">
|
|
133
|
+
the English national curriculum — the computer science strand
|
|
134
134
|
<span class="iconify" data-icon="mdi:open-in-new"></span></a>
|
|
135
135
|
and
|
|
136
|
-
<a href="https://
|
|
136
|
+
<a href="https://docs.codeforlife.education/national-curriculum-alignment-1" target="_blank">
|
|
137
137
|
the Scottish curriculum.
|
|
138
138
|
<span class="iconify" data-icon="mdi:open-in-new"></span>
|
|
139
139
|
</a>
|
{codeforlife_portal-8.6.4.dist-info → codeforlife_portal-8.6.6.dist-info}/licenses/LICENSE.md
RENAMED
|
File without changes
|
|
File without changes
|