codeforlife-portal 8.3.8__py2.py3-none-any.whl → 8.4.0__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.
- cfl_common/common/csp_config.py +1 -0
- {codeforlife_portal-8.3.8.dist-info → codeforlife_portal-8.4.0.dist-info}/METADATA +1 -1
- {codeforlife_portal-8.3.8.dist-info → codeforlife_portal-8.4.0.dist-info}/RECORD +11 -11
- portal/__init__.py +1 -1
- portal/strings/about.py +5 -0
- portal/templates/portal/partials/banner.html +10 -2
- portal/templates/portal/partials/footer.html +4 -2
- portal/templates/portal/partials/header.html +5 -2
- {codeforlife_portal-8.3.8.dist-info → codeforlife_portal-8.4.0.dist-info}/LICENSE.md +0 -0
- {codeforlife_portal-8.3.8.dist-info → codeforlife_portal-8.4.0.dist-info}/WHEEL +0 -0
- {codeforlife_portal-8.3.8.dist-info → codeforlife_portal-8.4.0.dist-info}/top_level.txt +0 -0
cfl_common/common/csp_config.py
CHANGED
|
@@ -49,6 +49,7 @@ CSP_STYLE_SRC = (
|
|
|
49
49
|
)
|
|
50
50
|
CSP_FRAME_SRC = (
|
|
51
51
|
"https://storage.googleapis.com/",
|
|
52
|
+
"https://2662351606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/"
|
|
52
53
|
"https://www.youtube-nocookie.com/",
|
|
53
54
|
"https://www.recaptcha.net/",
|
|
54
55
|
"https://www.google.com/recaptcha/",
|
|
@@ -4,7 +4,7 @@ cfl_common/common/__init__.py,sha256=XlncBOpKp_gekbKH7Y_i6yu1qy5tJc3Y8sn8cDy-Vgk
|
|
|
4
4
|
cfl_common/common/app_settings.py,sha256=Bw1DXkZpNIdwUJ-cIOjZnngH5_NbMXC0koW7NgQ0pKY,2495
|
|
5
5
|
cfl_common/common/apps.py,sha256=49UXZ3bSkFKvIEOL4zM7y1sAhccQJyRtsoOg5XVd_8Y,129
|
|
6
6
|
cfl_common/common/context_processors.py,sha256=X0iuX5qu9kMWa7q8osE9CJ2LgM7pPOYQFGdjm8X3rk0,236
|
|
7
|
-
cfl_common/common/csp_config.py,sha256=
|
|
7
|
+
cfl_common/common/csp_config.py,sha256=oOXxEh0LqGl89HBn8VHa1nFGTGIhEBqRTo-CzVCsdsw,2873
|
|
8
8
|
cfl_common/common/mail.py,sha256=pIRfUMVoJWxdv74UqToj_0_pTVTC51z6QlFVLI3QBOw,6874
|
|
9
9
|
cfl_common/common/models.py,sha256=_uD8pIO5fGVbOD8NydJVIzpiEDAaR2hIfpOhDT6jB34,16106
|
|
10
10
|
cfl_common/common/permissions.py,sha256=gC6RQGZI2QDBbglx-xr_V4Hl2C2nf1V2_uPmEuoEcJo,2416
|
|
@@ -111,7 +111,7 @@ example_project/portal_test_settings.py,sha256=mTyObCGkZEI0IQSZkqCjb1WZ7ebjQLwui
|
|
|
111
111
|
example_project/settings.py,sha256=pHQDI_A_yXV3u1efj689tc-vPI6nBFma4gMMPBzj0aI,5652
|
|
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=ewV4OXfRKUnA7PPA-m0T-EIAUCBmvPUrtesvVXFrkWA,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
|
|
@@ -419,7 +419,7 @@ portal/static/portal/sass/partials/_ui-dialog.scss,sha256=gaXrY_uGqT6SyxYsCJmEiw
|
|
|
419
419
|
portal/static/portal/sass/partials/_utils.scss,sha256=v0rzXvmkmA4sex_DdZ0LPYQybP8HXqDAE4q-kQKkPgk,3468
|
|
420
420
|
portal/static/portal/video/code for life .pdf,sha256=0dVvxGFmCOhIzdMBjGhZJLhIoUX4vPll3_vFnZQqeAc,277957
|
|
421
421
|
portal/strings/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
422
|
-
portal/strings/about.py,sha256=
|
|
422
|
+
portal/strings/about.py,sha256=ROt_UFX9eBzTJRkBTFF0591EO4_6WM4_kEy-vRrlPlk,962
|
|
423
423
|
portal/strings/coding_club.py,sha256=fMQt829owRrqsH7CWTxo_TUrTOx70ll92XciRgqhlUw,312
|
|
424
424
|
portal/strings/help_and_support.py,sha256=S6lQU6y0WhwBl33KDPlFA48NGQpuuBUGOY9WsB_ys0U,386
|
|
425
425
|
portal/strings/home_learning.py,sha256=ZZ9rLupgBGrawxQ1kovCyYId6mK3w5LHchX8Ct8J2Lc,273
|
|
@@ -466,13 +466,13 @@ portal/templates/portal/login/independent_student.html,sha256=G4u82m0lko4yQvqRDM
|
|
|
466
466
|
portal/templates/portal/login/student.html,sha256=s5rUyT-u7gei2xWQ-Ba35ePC5WbtwReEzUZAKwUoZVY,1261
|
|
467
467
|
portal/templates/portal/login/student_class_code.html,sha256=rJr6NB4Oz7XjZXDOUHpwzT6r6yxh7nZ5joca-z2bK-s,966
|
|
468
468
|
portal/templates/portal/login/teacher.html,sha256=s-8s55_D0jCf7ejEDIN2Vexpde0BljojRAz9QODLSUk,2671
|
|
469
|
-
portal/templates/portal/partials/banner.html,sha256=
|
|
469
|
+
portal/templates/portal/partials/banner.html,sha256=5MzRKCZWFPDzcRzHPqG5MeED_KsmvAcKoA74YYXmlPY,2101
|
|
470
470
|
portal/templates/portal/partials/benefits.html,sha256=TZm4U_XimgivkPMjDXxxkV7PLfRyi2PAwkH8Y4sFDps,2363
|
|
471
471
|
portal/templates/portal/partials/card_list.html,sha256=yHcp4oc0WRG9H6Ek871VCHbwYkDRcwQYbZ320gtsFn8,1550
|
|
472
472
|
portal/templates/portal/partials/character_list.html,sha256=SnNFHzbIkOSaiRPIvSdplEf_B87UYgJ1pOvMltNDxLE,415
|
|
473
473
|
portal/templates/portal/partials/delete_popup.html,sha256=nEhnwgnmKoFzb6LlCwdX973Em9bVOFh6MON36RPteYs,1275
|
|
474
|
-
portal/templates/portal/partials/footer.html,sha256=
|
|
475
|
-
portal/templates/portal/partials/header.html,sha256=
|
|
474
|
+
portal/templates/portal/partials/footer.html,sha256=IKEUmghaiiuQs5g9JfE97oNzjRTzBTu3SoFgJhRMyi8,5533
|
|
475
|
+
portal/templates/portal/partials/header.html,sha256=xorEsPYzbmZGXHBOKm_6SHXQJxkCFKEWfMJbADG3k3I,20816
|
|
476
476
|
portal/templates/portal/partials/headline.html,sha256=xKb-WtkT0FyQqT0smyNSKkXFvU7KQ5Czad8ca6YKQg4,89
|
|
477
477
|
portal/templates/portal/partials/hero_card.html,sha256=UN5hyxrw-McuXFsDzPBIECB9yGrv9VjsFf8SEBowwXc,786
|
|
478
478
|
portal/templates/portal/partials/info_popup.html,sha256=gzffd5MBVb7p2hGQuZMNDudThrRgs847hCu9ziT9uLE,566
|
|
@@ -633,8 +633,8 @@ portal/views/two_factor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
633
633
|
portal/views/two_factor/core.py,sha256=Lk32z2SN2Pg0rRkK-N-LXMvXC1kKKsH3l692kiSDQ4E,964
|
|
634
634
|
portal/views/two_factor/form.py,sha256=lnHNKI-BMlpncTuW3zUzjPaJJNuEra2I_nOam0eOKFY,257
|
|
635
635
|
portal/views/two_factor/profile.py,sha256=SHSg_xHccE5PtD-OfuOkYhREYz_er4bj5ro1RjJ88Yw,393
|
|
636
|
-
codeforlife_portal-8.
|
|
637
|
-
codeforlife_portal-8.
|
|
638
|
-
codeforlife_portal-8.
|
|
639
|
-
codeforlife_portal-8.
|
|
640
|
-
codeforlife_portal-8.
|
|
636
|
+
codeforlife_portal-8.4.0.dist-info/LICENSE.md,sha256=9AbRlCDqD2D1tPibimysFv3zg3AIc49-eyv9aEsyq9w,115
|
|
637
|
+
codeforlife_portal-8.4.0.dist-info/METADATA,sha256=RgNIvNFEU6FeacWj4ytgtwoQ9ewiLbCg89uuCN2lJ_k,3077
|
|
638
|
+
codeforlife_portal-8.4.0.dist-info/WHEEL,sha256=WDDPHYzpiOIm6GP1C2_8y8W6q16ICddAgOHlhTje9Qc,109
|
|
639
|
+
codeforlife_portal-8.4.0.dist-info/top_level.txt,sha256=8e5pdsuIoTqEAMqpelHBjGjLbffcBtgOoggmd2q7nMw,41
|
|
640
|
+
codeforlife_portal-8.4.0.dist-info/RECORD,,
|
portal/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "8.
|
|
1
|
+
__version__ = "8.4.0"
|
portal/strings/about.py
CHANGED
|
@@ -9,6 +9,11 @@ GETINVOLVED_BANNER = {
|
|
|
9
9
|
"title": "Get involved",
|
|
10
10
|
"subtitle": "How you can get involved with the creation of Code for Life products and resources",
|
|
11
11
|
"image_class": "banner--picture--getinvolved",
|
|
12
|
+
"button": {
|
|
13
|
+
"external": True,
|
|
14
|
+
"text": "Opportunities with Code for Life",
|
|
15
|
+
"link": "https://2662351606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_6UDUiGoJDhr_OXetO%2Fuploads%2FPavvCifcuUeZZZLkV01C%2FOpportunities%20with%20Code%20for%20Life.pdf?alt=media",
|
|
16
|
+
},
|
|
12
17
|
}
|
|
13
18
|
|
|
14
19
|
CONTRIBUTE_BANNER = {
|
|
@@ -12,10 +12,18 @@
|
|
|
12
12
|
{% endif %}
|
|
13
13
|
<div class="button-group">
|
|
14
14
|
{% if button %}
|
|
15
|
-
|
|
15
|
+
{% if button.external %}
|
|
16
|
+
<a href="{{ button.link }}" target="_blank" class="button button--primary button-right-arrow">{{ button.text }}</a>
|
|
17
|
+
{% else %}
|
|
18
|
+
<a href="{% url button.link %}" class="button button--primary button-right-arrow">{{ button.text}}</a>
|
|
19
|
+
{% endif %}
|
|
16
20
|
{% endif %}
|
|
17
21
|
{% if button2 %}
|
|
18
|
-
|
|
22
|
+
{% if button.external %}
|
|
23
|
+
<a href="{{ button2.link }}" target="_blank" class="button button--primary button-right-arrow">{{ button2.text }}</a>
|
|
24
|
+
{% else %}
|
|
25
|
+
<a href="{% url button2.link %}" class="button button--primary button-right-arrow">{{ button2.text}}</a>
|
|
26
|
+
{% endif %}
|
|
19
27
|
{% endif %}
|
|
20
28
|
</div>
|
|
21
29
|
</div>
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
<div class="col-sm-4 col-xs-12">
|
|
10
10
|
<p><a href="{% url 'about' %}">About us</a></p>
|
|
11
11
|
<p><a class="freshdesk__contact-us">Help and support</a></p>
|
|
12
|
-
<p><a href="https://
|
|
12
|
+
<p><a href="https://2662351606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_6UDUiGoJDhr_OXetO%2Fuploads%2FHx2kJLPwUER9Ez7gdQFp%2F2023_Impact_Report_Final.pdf?alt=media"
|
|
13
13
|
target="_blank">Impact Report 2023</a></p>
|
|
14
|
-
<p><a href="https://
|
|
14
|
+
<p><a href="https://2662351606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_6UDUiGoJDhr_OXetO%2Fuploads%2FzLy8JN9TSFpzunetkWET%2FImpact_Report_24.V.10.pdf?alt=media"
|
|
15
15
|
target="_blank">Impact Report 2024</a></p>
|
|
16
16
|
</div>
|
|
17
17
|
<div class="col-sm-4 col-xs-12">
|
|
@@ -23,6 +23,8 @@
|
|
|
23
23
|
<p><a href="{% url 'home-learning' %}">Home learning</a></p>
|
|
24
24
|
<p><a href="{% url 'getinvolved' %}">Get involved</a></p>
|
|
25
25
|
<p><a href="{% url 'codingClub' %}">Coding clubs</a></p>
|
|
26
|
+
<p><a href="https://2662351606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_6UDUiGoJDhr_OXetO%2Fuploads%2FPavvCifcuUeZZZLkV01C%2FOpportunities%20with%20Code%20for%20Life.pdf?alt=media"
|
|
27
|
+
target="_blank">Opportunities with CFL</a></p>
|
|
26
28
|
</div>
|
|
27
29
|
</div>
|
|
28
30
|
</div>
|
|
@@ -259,10 +259,10 @@
|
|
|
259
259
|
<a class="button button--menu__item freshdesk__contact-us">Help and support
|
|
260
260
|
<span class="material-icons-outlined md-32">chevron_right</span></a>
|
|
261
261
|
<a class="button button--menu__item" target="_blank"
|
|
262
|
-
href="https://
|
|
262
|
+
href="https://2662351606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_6UDUiGoJDhr_OXetO%2Fuploads%2FHx2kJLPwUER9Ez7gdQFp%2F2023_Impact_Report_Final.pdf?alt=media">
|
|
263
263
|
Impact Report 2023<span class="material-icons-outlined md-32">chevron_right</span></a>
|
|
264
264
|
<a class="button button--menu__item" target="_blank"
|
|
265
|
-
href="https://
|
|
265
|
+
href="https://2662351606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_6UDUiGoJDhr_OXetO%2Fuploads%2FzLy8JN9TSFpzunetkWET%2FImpact_Report_24.V.10.pdf?alt=media">
|
|
266
266
|
Impact Report 2024<span class="material-icons-outlined md-32">chevron_right</span></a>
|
|
267
267
|
<a class="button button--menu__item optanon-toggle-display">Cookie settings
|
|
268
268
|
<span class="material-icons-outlined md-32">chevron_right</span></a>
|
|
@@ -274,6 +274,9 @@
|
|
|
274
274
|
<span class="material-icons-outlined md-32">chevron_right</span></a>
|
|
275
275
|
<a class="button button--menu__item" href="{% url 'getinvolved' %}">Get involved
|
|
276
276
|
<span class="material-icons-outlined md-32">chevron_right</span></a>
|
|
277
|
+
<a class="button button--menu__item" target="_blank"
|
|
278
|
+
href="https://2662351606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_6UDUiGoJDhr_OXetO%2Fuploads%2FPavvCifcuUeZZZLkV01C%2FOpportunities%20with%20Code%20for%20Life.pdf?alt=media">Opportunities with CFL
|
|
279
|
+
<span class="material-icons-outlined md-32">chevron_right</span></a>
|
|
277
280
|
{% if user|is_logged_in %}
|
|
278
281
|
{% if user|is_logged_in_as_teacher %}
|
|
279
282
|
{% if user|has_teacher_finished_onboarding %}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|