codeforlife-portal 8.3.8__tar.gz → 8.4.1__tar.gz
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.3.8/codeforlife_portal.egg-info → codeforlife_portal-8.4.1}/PKG-INFO +1 -1
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1/codeforlife_portal.egg-info}/PKG-INFO +1 -1
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/codeforlife_portal.egg-info/SOURCES.txt +1 -0
- codeforlife_portal-8.4.1/portal/__init__.py +1 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/strings/about.py +5 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/partials/banner.html +10 -2
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/partials/footer.html +4 -2
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/partials/header.html +5 -2
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/urls.py +15 -30
- codeforlife_portal-8.4.1/portal/views/google_analytics.py +28 -0
- codeforlife_portal-8.3.8/portal/__init__.py +0 -1
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/LICENSE.md +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/MANIFEST.in +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/README.md +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/codeforlife_portal.egg-info/dependency_links.txt +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/codeforlife_portal.egg-info/not-zip-safe +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/codeforlife_portal.egg-info/requires.txt +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/codeforlife_portal.egg-info/top_level.txt +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/captcha.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/middleware/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/middleware/admin_access.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/middleware/basicauth.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/middleware/exceptionlogging.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/middleware/maintenance.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/middleware/screentime_warning.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/middleware/security.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/middleware/session_timeout.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/static/apple-touch-icon-120x120.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/static/apple-touch-icon-152x152.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/static/apple-touch-icon-180x180.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/static/apple-touch-icon-76x76.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/static/apple-touch-icon.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/static/robots.txt +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/templates/deploy/csrf_failure.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/views.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/admin.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/app_settings.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/backends.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/beta.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/context_processors.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/forms/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/forms/admin.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/forms/dotmailer.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/forms/error_messages.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/forms/invite_teacher.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/forms/organisation.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/forms/play.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/forms/registration.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/forms/teach.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/handlers.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/helpers/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/helpers/captcha.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/helpers/decorators.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/helpers/password.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/helpers/ratelimit.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/helpers/regexes.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/helpers/request_handlers.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0001_squashed_0041_new_news.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0042_school_country.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0043_auto_20150430_0952.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0044_auto_20150430_0959.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0045_auto_20150430_1446.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0046_auto_20150723_1101.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0047_remove_userprofile_avatar.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0048_plural_management_frontnews.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0049_refactor_emailverifications.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0050_refactor_emailverifications_2.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0051_add_missing_ev_records.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0052_refactor_emailverifications_3.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0053_refactor_teacher_student_1.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0054_pending_join_request_can_be_blank.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0055_add_preview_user.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0056_remove_preview_user.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0057_delete_frontpagenews.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0058_move_to_common_models.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0059_move_email_verifications_to_common.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0060_delete_guardian.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0061_make_portaladmin_teacher.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0062_verify_portaladmin.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/mixins/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/mixins/cron_mixin.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/models.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/permissions/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/permissions/is_cron_request_from_google.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/pipeline_compilers/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/pipeline_compilers/libsass_compiler.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/fonts/bootstrap/glyphicons-halflings-regular.svg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/fonts/bootstrap/glyphicons-halflings-regular.woff2 +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/10_years_anniversary.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/10x_logo.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/RR_logo_grass_background.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/RR_logo_green.svg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/RR_logo_simple.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/about_us_cfl.jpg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/about_us_hero.jpg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/about_us_ocado.jpg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/barefoot_logo.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/bcs_logo.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/clubs.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/coding_club_hero.jpg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/coding_club_python_pack.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/colorboxImages/border.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/colorboxImages/controls.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/colorboxImages/loading.gif +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/colorboxImages/loading_background.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/colorboxImages/overlay.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/confirmation_tick.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/cross.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/dee.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/facebook.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/favicon.ico +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/get_involved_hero.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/gitbook.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/gitbook_space.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/github.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/github_hero.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/gla_logo.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/hamburger.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/help_and_support_hero.jpg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/home_educate.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/home_educate_hero.jpg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/home_learning_hero.jpg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/home_play.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/home_play_hero.jpg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/hope_logo.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/howe_dell_1.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/howe_dell_2.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/howe_dell_3.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/icl_logo.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/icon_controller.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/icon_free.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/icon_globe.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/icon_piechart.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/icon_step_by_step.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/icon_tracking.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/icon_uk_flag.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/kirsty.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/logo_cfl.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/logo_cfl_powered.svg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/logo_cfl_reminder_cards.jpg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/logo_cfl_white_landscape.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/logo_ocado.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/logo_ocado_group.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/logo_ocado_group.svg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/logo_ocado_group_white.svg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/logo_python_den.svg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/long_europe_map.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/mc_saatchi_logo.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/nigel.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/ocado-swirl.svg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/oval_blue.svg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/oval_pink.svg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/oval_yellow.svg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/paper_plane.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/phil.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/polygon_blue.svg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/polygon_pink.svg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/polygon_yellow.svg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/pressure_cooker_logo.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/python_den.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/python_den_banner.svg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/rapid_router.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/rapid_router_landing_hero.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/rapidrouter.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/resources_hero.jpg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/resources_montage.jpg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/reuben.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/rob.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/rr_advanced.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/rr_beginner.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/rr_intermediate.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/sadface.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/sharon_harrison.jpg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/sian.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/teaching_resources_hero.jpg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/ten_year_map_pin.svg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/thumbnail_educate_rapid_router.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/thumbnail_educate_resources.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/thumbnail_intro_c4l.jpg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/thumbnail_play_rapid_router.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/thumbnail_python_den.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/twitter.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/universities.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/wes.png +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/bootstrap.min.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/carouselCards.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/common.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/independentLogin.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/independentRegistration.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/join_create_game_toggle.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/jquery.placeholder.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/levelControl.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/lib/jquery-video-lightning.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/lib/jquery.colorbox.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/lib/jquery.easy-ticker.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/lib/jquery.min.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/lib/modernizr-build.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/lib/papaparse.min.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/organisation_manage.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/passwordStrength.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/play.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/resetPassword.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/riveted.min.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/school.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/sticky_subnav.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/studentLogin.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/teach_browser.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/teach_class.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/teacherEditStudent.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/teacherLogin.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/js/tenYearMap.js +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_alerts.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_badges.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_breadcrumbs.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_button-groups.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_buttons.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_carousel.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_close.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_code.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_component-animations.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_dropdowns.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_forms.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_glyphicons.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_grid.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_input-groups.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_jumbotron.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_labels.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_list-group.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_media.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_mixins.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_modals.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_navbar.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_navs.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_normalize.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_pager.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_pagination.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_panels.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_popovers.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_print.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_progress-bars.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_responsive-embed.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_responsive-utilities.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_scaffolding.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_tables.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_theme.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_thumbnails.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_tooltip.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_type.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_utilities.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_variables.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/_wells.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_alerts.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_background-variant.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_border-radius.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_breakpoints.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_buttons.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_center-block.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_clearfix.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_forms.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_gradients.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_grid-framework.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_grid.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_hide-text.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_image.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_labels.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_list-group.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_nav-divider.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_nav-vertical-align.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_opacity.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_pagination.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_panels.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_progress-bar.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_reset-filter.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_reset-text.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_resize.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_responsive-visibility.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_size.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_tab-focus.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_table-row.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_text-emphasis.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_text-overflow.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_text-truncate.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap/mixins/_vendor-prefixes.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap_mixins/_all.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap_mixins/_border-radius.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap_mixins/_box-shadow.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap_mixins/_hover.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap_mixins/_nav-divider.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap_partials/_dropdown.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap_partials/_glyphicons.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap_partials/_grid.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap_partials/_variables.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap_utilities/_align.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap_utilities/_background.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap_utilities/_borders.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap_utilities/_clearfix.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap_utilities/_cursor.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap_utilities/_display.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap_utilities/_flex.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap_utilities/_float.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap_utilities/_position.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap_utilities/_screenreaders.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap_utilities/_sizing.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap_utilities/_spacing.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap_utilities/_text.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/bootstrap_utilities/_visibility.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/colorbox.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/modules/_all.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/modules/_animation.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/modules/_breakpoints.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/modules/_card_constants.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/modules/_colours.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/modules/_homepage_constants.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/modules/_levels.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/modules/_mixins.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/modules/_spacing.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/partials/_banners.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/partials/_base.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/partials/_buttons.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/partials/_carousel.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/partials/_footer.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/partials/_forms.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/partials/_grids.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/partials/_header.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/partials/_images.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/partials/_popup.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/partials/_progress-bars.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/partials/_subnavs.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/partials/_tables.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/partials/_text.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/partials/_ui-dialog.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/partials/_utils.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/sass/styles.scss +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/video/code for life .pdf +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/strings/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/strings/coding_club.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/strings/help_and_support.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/strings/home_learning.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/strings/materials.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/strings/play.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/strings/teach.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/strings/teacher_resources.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/strings/ten_year_map.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/403.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/404.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/500.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/django_recaptcha/includes/js_v2_invisible.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/django_recaptcha/widget_v2_invisible.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/email.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/email.txt +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/maintenance.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/about.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/base.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/base_no_userprofile.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/coding_club.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/contribute.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/dotmailer_consent_form.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/email_invitation_sent.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/email_style_template.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/email_verification_failed.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/email_verification_needed.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/form_shapes.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/getinvolved.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/home.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/home_learning.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/locked_out.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/locked_out_school_student.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/login/independent_student.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/login/student.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/login/student_class_code.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/login/teacher.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/partials/benefits.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/partials/card_list.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/partials/character_list.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/partials/delete_popup.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/partials/headline.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/partials/hero_card.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/partials/info_popup.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/partials/invite_admin_teacher.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/partials/popup.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/partials/register_newsletter_tickbox.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/partials/screentime_popup.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/partials/service_unavailable_popup.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/partials/session_popup.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/partials/teacher_non_dashboard_subnav.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/partials/teacher_non_dashboard_subnav_account.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/play/student_dashboard.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/play/student_edit_account.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/play/student_join_organisation.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/play.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/privacy_notice.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/register.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/reset_password.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/reset_password_confirm.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/reset_password_done.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/reset_password_email_sent.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/tag_manager/tag_manager_body.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/tag_manager/tag_manager_head.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/teach/base_registering.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/teach/class.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/teach/dashboard.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/teach/invited.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/teach/onboarding_classes.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/teach/onboarding_print.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/teach/onboarding_school.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/teach/onboarding_students.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/teach/teacher_add_external_student.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/teach/teacher_added_external_student.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/teach/teacher_dismiss_students.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/teach/teacher_edit_class.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/teach/teacher_edit_student.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/teach/teacher_move_all_classes.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/teach/teacher_move_students.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/teach/teacher_move_students_to_class.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/teach.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/ten_year_map.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/terms.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/two_factor/_base.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/two_factor/_wizard_actions.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/two_factor/_wizard_actions_enable_2fa.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/two_factor/_wizard_actions_submit.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/two_factor/_wizard_forms.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/two_factor/_wizard_forms_token.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/two_factor/backup_token.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/two_factor/core/backup_tokens.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/two_factor/core/login.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/two_factor/core/setup.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/two_factor/core/setup_complete.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/two_factor/profile/disable.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/two_factor/profile/profile.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/two_factor/setup_wizard_token.html +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templatetags/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templatetags/app_tags.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templatetags/banner_tags.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templatetags/benefits_tags.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templatetags/card_list_tags.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templatetags/future.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templatetags/headline_tags.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templatetags/hero_card_tags.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templatetags/table_tags.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/base_test.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/conftest.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/migrations/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/migrations/test_migration_make_portaladmin_teacher.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/migrations/test_migration_preview_user_remove.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/migrations/test_migration_preview_users.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/migrations/test_migration_remove_front_page_news.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/migrations/test_migration_remove_guardian.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/migrations/test_migration_use_common_models.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/migrations/test_migration_verify_portaladmin.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/admin/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/admin/admin_base_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/admin/admin_data_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/admin/admin_map_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/base_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/email_verification_needed_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/forbidden_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/game_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/home_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/independent_login_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/password_reset_form_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/password_reset_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/play/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/play/account_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/play/dashboard_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/play/join_school_or_club_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/play/play_base_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/play_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/resources_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/signup_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/student_login_class_code.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/student_login_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/teach/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/teach/add_independent_student_to_class_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/teach/added_independent_student_to_class_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/teach/class_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/teach/dashboard_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/teach/dismiss_students_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/teach/edit_student_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/teach/move_class_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/teach/move_classes_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/teach/move_students_disambiguate_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/teach/move_students_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/teach/onboarding_classes_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/teach/onboarding_organisation_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/teach/onboarding_student_list_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/teach/onboarding_students_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/teach/teach_base_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/pageObjects/portal/teacher_login_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/selenium_test_case.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/snapshots/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/snapshots/snap_test_partials.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/test_2FA.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/test_admin.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/test_api.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/test_captcha_forms.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/test_class.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/test_emails.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/test_global_forms.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/test_helper_methods.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/test_independent_student.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/test_invite_teacher.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/test_middleware.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/test_organisation.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/test_partials.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/test_ratelimit.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/test_school_student.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/test_security.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/test_teacher.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/test_teacher_student.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/test_views.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/utils/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/utils/classes.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/tests/utils/messages.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/about.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/admin.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/api.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/cron/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/cron/user.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/dotmailer.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/email.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/home.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/legal.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/login/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/login/independent_student.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/login/student.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/login/teacher.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/organisation.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/play_landing_page.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/registration.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/student/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/student/edit_account_details.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/student/play.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/teach.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/teacher/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/teacher/dashboard.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/teacher/teach.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/two_factor/__init__.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/two_factor/core.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/two_factor/form.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/views/two_factor/profile.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/wsgi.py +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/pyproject.toml +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/setup.cfg +0 -0
- {codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/setup.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "8.4.1"
|
|
@@ -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 = {
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/partials/banner.html
RENAMED
|
@@ -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>
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/partials/footer.html
RENAMED
|
@@ -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>
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/templates/portal/partials/header.html
RENAMED
|
@@ -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 %}
|
|
@@ -21,12 +21,9 @@ from portal.helpers.ratelimit import (
|
|
|
21
21
|
school_student_key,
|
|
22
22
|
)
|
|
23
23
|
from portal.helpers.regexes import ACCESS_CODE_REGEX, JWT_REGEX
|
|
24
|
-
from portal.views import cron
|
|
24
|
+
from portal.views import cron, google_analytics
|
|
25
25
|
from portal.views.about import about, contribute, getinvolved
|
|
26
|
-
from portal.views.admin import
|
|
27
|
-
AdminChangePasswordDoneView,
|
|
28
|
-
AdminChangePasswordView,
|
|
29
|
-
)
|
|
26
|
+
from portal.views.admin import AdminChangePasswordDoneView, AdminChangePasswordView
|
|
30
27
|
from portal.views.api import (
|
|
31
28
|
AnonymiseOrphanSchoolsView,
|
|
32
29
|
InactiveUsersView,
|
|
@@ -35,10 +32,7 @@ from portal.views.api import (
|
|
|
35
32
|
number_users_per_country,
|
|
36
33
|
registered_users,
|
|
37
34
|
)
|
|
38
|
-
from portal.views.dotmailer import
|
|
39
|
-
dotmailer_consent_form,
|
|
40
|
-
process_newsletter_form,
|
|
41
|
-
)
|
|
35
|
+
from portal.views.dotmailer import dotmailer_consent_form, process_newsletter_form
|
|
42
36
|
from portal.views.email import verify_email
|
|
43
37
|
from portal.views.home import (
|
|
44
38
|
coding_club,
|
|
@@ -111,12 +105,8 @@ from portal.views.two_factor.profile import CustomDisableView
|
|
|
111
105
|
js_info_dict = {"packages": ("conf.locale",)}
|
|
112
106
|
|
|
113
107
|
two_factor_patterns = [
|
|
114
|
-
re_path(
|
|
115
|
-
|
|
116
|
-
),
|
|
117
|
-
re_path(
|
|
118
|
-
r"^account/two_factor/qrcode/$", QRGeneratorView.as_view(), name="qr"
|
|
119
|
-
),
|
|
108
|
+
re_path(r"^account/two_factor/setup/$", CustomSetupView.as_view(), name="setup"),
|
|
109
|
+
re_path(r"^account/two_factor/qrcode/$", QRGeneratorView.as_view(), name="qr"),
|
|
120
110
|
re_path(
|
|
121
111
|
r"^account/two_factor/setup/complete/$",
|
|
122
112
|
SetupCompleteView.as_view(),
|
|
@@ -141,6 +131,11 @@ two_factor_patterns = [
|
|
|
141
131
|
|
|
142
132
|
|
|
143
133
|
urlpatterns = [
|
|
134
|
+
path(
|
|
135
|
+
"google-analytics/collect/",
|
|
136
|
+
google_analytics.collect,
|
|
137
|
+
name="collect-google-analytics",
|
|
138
|
+
),
|
|
144
139
|
path(
|
|
145
140
|
"cron/",
|
|
146
141
|
include(
|
|
@@ -187,9 +182,7 @@ urlpatterns = [
|
|
|
187
182
|
),
|
|
188
183
|
re_path(
|
|
189
184
|
r"^favicon\.ico$",
|
|
190
|
-
RedirectView.as_view(
|
|
191
|
-
url="/static/portal/img/favicon.ico", permanent=True
|
|
192
|
-
),
|
|
185
|
+
RedirectView.as_view(url="/static/portal/img/favicon.ico", permanent=True),
|
|
193
186
|
),
|
|
194
187
|
re_path(
|
|
195
188
|
r"^administration/password_change/$",
|
|
@@ -201,9 +194,7 @@ urlpatterns = [
|
|
|
201
194
|
AdminChangePasswordDoneView.as_view(),
|
|
202
195
|
name="administration_password_change_done",
|
|
203
196
|
),
|
|
204
|
-
re_path(
|
|
205
|
-
r"^users/inactive/", InactiveUsersView.as_view(), name="inactive_users"
|
|
206
|
-
),
|
|
197
|
+
re_path(r"^users/inactive/", InactiveUsersView.as_view(), name="inactive_users"),
|
|
207
198
|
re_path(
|
|
208
199
|
r"^locked_out/$",
|
|
209
200
|
TemplateView.as_view(template_name="portal/locked_out.html"),
|
|
@@ -281,9 +272,7 @@ urlpatterns = [
|
|
|
281
272
|
re_path(r"^consent_form/$", dotmailer_consent_form, name="consent_form"),
|
|
282
273
|
re_path(
|
|
283
274
|
r"^verify_email/$",
|
|
284
|
-
TemplateView.as_view(
|
|
285
|
-
template_name="portal/email_verification_needed.html"
|
|
286
|
-
),
|
|
275
|
+
TemplateView.as_view(template_name="portal/email_verification_needed.html"),
|
|
287
276
|
name="email_verification",
|
|
288
277
|
),
|
|
289
278
|
re_path(
|
|
@@ -368,9 +357,7 @@ urlpatterns = [
|
|
|
368
357
|
IndependentStudentDashboard.as_view(),
|
|
369
358
|
name="independent_student_details",
|
|
370
359
|
),
|
|
371
|
-
re_path(
|
|
372
|
-
r"^play/account/$", student_edit_account, name="student_edit_account"
|
|
373
|
-
),
|
|
360
|
+
re_path(r"^play/account/$", student_edit_account, name="student_edit_account"),
|
|
374
361
|
re_path(
|
|
375
362
|
r"^play/account/independent/$",
|
|
376
363
|
ratelimit(
|
|
@@ -398,9 +385,7 @@ urlpatterns = [
|
|
|
398
385
|
re_path(r"^contribute", contribute, name="contribute"),
|
|
399
386
|
re_path(r"^terms", terms, name="terms"),
|
|
400
387
|
re_path(r"^privacy-notice/$", privacy_notice, name="privacy_notice"),
|
|
401
|
-
re_path(
|
|
402
|
-
r"^privacy-policy/$", privacy_notice, name="privacy_policy"
|
|
403
|
-
), # Keeping this to route from old URL
|
|
388
|
+
re_path(r"^privacy-policy/$", privacy_notice, name="privacy_policy"), # Keeping this to route from old URL
|
|
404
389
|
re_path(r"^teach/dashboard/$", dashboard_manage, name="dashboard"),
|
|
405
390
|
re_path(
|
|
406
391
|
r"^teach/dashboard/kick/(?P<pk>[0-9]+)/$",
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import json
|
|
2
|
+
|
|
3
|
+
import requests
|
|
4
|
+
from django.http import HttpRequest, JsonResponse
|
|
5
|
+
from django.views.decorators.csrf import csrf_exempt
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
@csrf_exempt
|
|
9
|
+
def collect(request: HttpRequest):
|
|
10
|
+
body: dict = json.loads(request.body)
|
|
11
|
+
measurement_id = body["measurement_id"]
|
|
12
|
+
api_secret = body["api_secret"]
|
|
13
|
+
debug = body.get("debug", False)
|
|
14
|
+
|
|
15
|
+
response = requests.post(
|
|
16
|
+
url=(
|
|
17
|
+
"https://www.google-analytics.com/debug/mp/collect"
|
|
18
|
+
if debug
|
|
19
|
+
else "https://www.google-analytics.com/mp/collect"
|
|
20
|
+
)
|
|
21
|
+
+ f"?measurement_id=${measurement_id}&api_secret=${api_secret}",
|
|
22
|
+
json=body["payload"],
|
|
23
|
+
)
|
|
24
|
+
|
|
25
|
+
return JsonResponse(
|
|
26
|
+
data=response.json() if debug else {},
|
|
27
|
+
status=response.status_code,
|
|
28
|
+
)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "8.3.8"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/codeforlife_portal.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/codeforlife_portal.egg-info/requires.txt
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/codeforlife_portal.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/middleware/screentime_warning.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/static/apple-touch-icon-120x120.png
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/static/apple-touch-icon-152x152.png
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/static/apple-touch-icon-180x180.png
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/static/apple-touch-icon-76x76.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/deploy/templates/deploy/csrf_failure.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0042_school_country.py
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0043_auto_20150430_0952.py
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0044_auto_20150430_0959.py
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0045_auto_20150430_1446.py
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0046_auto_20150723_1101.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0055_add_preview_user.py
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0056_remove_preview_user.py
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0057_delete_frontpagenews.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0060_delete_guardian.py
RENAMED
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/migrations/0062_verify_portaladmin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/pipeline_compilers/libsass_compiler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/RR_logo_green.svg
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/RR_logo_simple.png
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/about_us_cfl.jpg
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/about_us_hero.jpg
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/about_us_ocado.jpg
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/barefoot_logo.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/coding_club_hero.jpg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/confirmation_tick.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/get_involved_hero.png
RENAMED
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/gitbook_space.png
RENAMED
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/github_hero.png
RENAMED
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/hamburger.png
RENAMED
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/home_educate.png
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/home_educate_hero.jpg
RENAMED
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/home_play.png
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/home_play_hero.jpg
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/hope_logo.png
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/howe_dell_1.png
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/howe_dell_2.png
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/howe_dell_3.png
RENAMED
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/icon_controller.png
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/icon_free.png
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/icon_globe.png
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/icon_piechart.png
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/icon_step_by_step.png
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/icon_tracking.png
RENAMED
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/icon_uk_flag.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.3.8 → codeforlife_portal-8.4.1}/portal/static/portal/img/logo_cfl_powered.svg
RENAMED
|
File without changes
|