codeforlife-portal 8.3.7__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.7.dist-info → codeforlife_portal-8.4.0.dist-info}/METADATA +1 -1
- {codeforlife_portal-8.3.7.dist-info → codeforlife_portal-8.4.0.dist-info}/RECORD +14 -14
- portal/__init__.py +1 -1
- portal/strings/about.py +5 -0
- portal/strings/play.py +3 -3
- portal/templates/portal/partials/banner.html +16 -3
- portal/templates/portal/partials/footer.html +4 -2
- portal/templates/portal/partials/header.html +5 -2
- portal/templates/portal/play.html +3 -3
- portal/tests/snapshots/snap_test_partials.py +4 -1
- {codeforlife_portal-8.3.7.dist-info → codeforlife_portal-8.4.0.dist-info}/LICENSE.md +0 -0
- {codeforlife_portal-8.3.7.dist-info → codeforlife_portal-8.4.0.dist-info}/WHEEL +0 -0
- {codeforlife_portal-8.3.7.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,12 +419,12 @@ 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
|
|
426
426
|
portal/strings/materials.py,sha256=6hkXU5EhrDA-nWWQIiJ5nSZTXjulJFtEd4O0RNYVcbI,274
|
|
427
|
-
portal/strings/play.py,sha256=
|
|
427
|
+
portal/strings/play.py,sha256=QbHlRfSPZNZrwuiF-Mi5agVmkwl975iJWiprxdvx3UY,777
|
|
428
428
|
portal/strings/teach.py,sha256=fhzX55gs9eKEYUfCoTGcJYWuVJA2bx7mXvQMtXfp9-Q,257
|
|
429
429
|
portal/strings/teacher_resources.py,sha256=8fdLLv0n140BQ0u1ivHhaJCFhz2qwNt4g0tCT-H4UW0,350
|
|
430
430
|
portal/strings/ten_year_map.py,sha256=iodL7p1MZwo1pd3az6kPvr6OvoSgZa91H2gjeMw4OkY,517
|
|
@@ -452,7 +452,7 @@ portal/templates/portal/home.html,sha256=J10xWo7opn_BjQrdxpn0wg1bo6w4DwjpTEOJ-pk
|
|
|
452
452
|
portal/templates/portal/home_learning.html,sha256=U1_AYrTNLqCjla7-vdVkC6SOigGBAmu3kscuiYNH4rw,10070
|
|
453
453
|
portal/templates/portal/locked_out.html,sha256=JeiFHFyueFX03D54k82swjxvKY78cFG8Vre-bKKv_7Y,894
|
|
454
454
|
portal/templates/portal/locked_out_school_student.html,sha256=bcpLtu4mkHR-zILLuArtHH2OfUSjHiqntcdbTMlx5Kg,684
|
|
455
|
-
portal/templates/portal/play.html,sha256=
|
|
455
|
+
portal/templates/portal/play.html,sha256=QNoJfCMy9Ogz7AiVQmfCFmiF8qN6OTaFXkFx6uoxyhw,5601
|
|
456
456
|
portal/templates/portal/privacy_notice.html,sha256=78KsMVUvZi_nQUG12k-zGiMjN_bT0R4X_K-scaUNcJQ,54662
|
|
457
457
|
portal/templates/portal/register.html,sha256=4RqUxRiQOvd-oHAM5x6U01zdlYRfy-h8NUGl8UIiBC0,12531
|
|
458
458
|
portal/templates/portal/reset_password.html,sha256=YzsREz5D2OwhicMLahVOVDXiNDxoHlPqU5iu96i36W0,1373
|
|
@@ -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
|
|
@@ -601,7 +601,7 @@ portal/tests/pageObjects/portal/teach/onboarding_student_list_page.py,sha256=28V
|
|
|
601
601
|
portal/tests/pageObjects/portal/teach/onboarding_students_page.py,sha256=522Y79PfNV1PcR-Clf19KnNe2r3xf4sPPAUnroIzk80,971
|
|
602
602
|
portal/tests/pageObjects/portal/teach/teach_base_page.py,sha256=vnd5YO15baBgCkqyBkXGZpdjZRMRpeeN69dH-fG383A,1229
|
|
603
603
|
portal/tests/snapshots/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
604
|
-
portal/tests/snapshots/snap_test_partials.py,sha256=
|
|
604
|
+
portal/tests/snapshots/snap_test_partials.py,sha256=ErYrQezzALwvP-vrOwOVyITG67WEUpcroSdYs414fek,2481
|
|
605
605
|
portal/tests/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
606
606
|
portal/tests/utils/classes.py,sha256=MEwGTKjPRYdWiVL1V6l28NpdvRUa06yRa6PPcHT6Trc,223
|
|
607
607
|
portal/tests/utils/messages.py,sha256=LeYqCEU-ubEO1lrPSAaXF6WsM8M7C-ZIfVwwlbAFT28,1769
|
|
@@ -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 = {
|
portal/strings/play.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
PLAY_BANNER = {
|
|
2
2
|
"title": "Play",
|
|
3
|
-
"subtitle": "Anyone can learn how to code. We will help you learn how. It’s "
|
|
4
|
-
"fun, free and easy.",
|
|
3
|
+
"subtitle": "Anyone can learn how to code. We will help you learn how. It’s " "fun, free and easy.",
|
|
5
4
|
"text": "",
|
|
6
|
-
"button": {"text": "
|
|
5
|
+
"button": {"text": "Try Rapid Router", "link": "levels"},
|
|
6
|
+
"button2": {"text": "Try Python Den", "link": "python_levels"},
|
|
7
7
|
"image_class": "banner--picture--play",
|
|
8
8
|
"alt": "Boy playing on ipad",
|
|
9
9
|
"image_description": "Credit: Annie Spratt, Unsplash",
|
|
@@ -10,9 +10,22 @@
|
|
|
10
10
|
{% if text %}
|
|
11
11
|
<p>{{ text }}</p>
|
|
12
12
|
{% endif %}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
<div class="button-group">
|
|
14
|
+
{% if button %}
|
|
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 %}
|
|
20
|
+
{% endif %}
|
|
21
|
+
{% if button2 %}
|
|
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 %}
|
|
27
|
+
{% endif %}
|
|
28
|
+
</div>
|
|
16
29
|
</div>
|
|
17
30
|
<div>
|
|
18
31
|
<div class="banner--picture">
|
|
@@ -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 %}
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
<div class="col-sm-12">
|
|
40
40
|
<a href="{% url 'levels' %}"
|
|
41
41
|
class="button button--primary button--icon col-sm-8">
|
|
42
|
-
|
|
42
|
+
Try Rapid Router <span class="iconify" data-icon="mdi:chevron-right"></span></a>
|
|
43
43
|
</div>
|
|
44
44
|
</div>
|
|
45
45
|
</div>
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
<a href="https://www.youtube-nocookie.com/embed/w0Pw_XikQSs?rel=0&autoplay=1"
|
|
48
48
|
class="youtube">
|
|
49
49
|
<img src="{% static 'portal/img/thumbnail_play_rapid_router.png' %}"
|
|
50
|
-
alt="Image of Rapid Router game with
|
|
50
|
+
alt="Image of Rapid Router game with try button in bottom right corner">
|
|
51
51
|
</a>
|
|
52
52
|
</div>
|
|
53
53
|
</div>
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
<div class="col-sm-12">
|
|
122
122
|
<a href="{% url 'python_levels' %}"
|
|
123
123
|
class="button button--primary button--icon col-sm-8">
|
|
124
|
-
|
|
124
|
+
Try Python Den <span class="iconify" data-icon="mdi:chevron-right"></span></a>
|
|
125
125
|
</div>
|
|
126
126
|
</div>
|
|
127
127
|
</div>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|