codeforlife-portal 8.6.9__tar.gz → 8.6.10__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.6.9/codeforlife_portal.egg-info → codeforlife_portal-8.6.10}/PKG-INFO +3 -3
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10/codeforlife_portal.egg-info}/PKG-INFO +3 -3
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/codeforlife_portal.egg-info/SOURCES.txt +0 -1
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/codeforlife_portal.egg-info/requires.txt +2 -2
- codeforlife_portal-8.6.10/portal/__init__.py +1 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/partials/_images.scss +10 -38
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/form_shapes.html +18 -6
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/home.html +12 -6
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/login/teacher.html +6 -2
- codeforlife_portal-8.6.10/portal/templates/two_factor/core/login.html +75 -0
- codeforlife_portal-8.6.9/portal/__init__.py +0 -1
- codeforlife_portal-8.6.9/portal/static/portal/img/ocado-swirl.svg +0 -22
- codeforlife_portal-8.6.9/portal/templates/two_factor/core/login.html +0 -70
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/LICENSE.md +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/MANIFEST.in +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/README.md +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/codeforlife_portal.egg-info/dependency_links.txt +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/codeforlife_portal.egg-info/not-zip-safe +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/codeforlife_portal.egg-info/top_level.txt +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/captcha.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/middleware/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/middleware/admin_access.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/middleware/basicauth.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/middleware/exceptionlogging.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/middleware/maintenance.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/middleware/screentime_warning.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/middleware/security.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/middleware/session_timeout.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/static/apple-touch-icon-120x120.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/static/apple-touch-icon-152x152.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/static/apple-touch-icon-180x180.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/static/apple-touch-icon-76x76.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/static/apple-touch-icon.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/static/robots.txt +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/templates/deploy/csrf_failure.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/views.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/admin.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/app_settings.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/backends.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/beta.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/context_processors.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/forms/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/forms/admin.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/forms/dotmailer.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/forms/error_messages.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/forms/invite_teacher.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/forms/organisation.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/forms/play.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/forms/registration.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/forms/teach.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/handlers.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/helpers/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/helpers/captcha.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/helpers/decorators.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/helpers/password.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/helpers/ratelimit.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/helpers/regexes.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/helpers/request_handlers.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0001_squashed_0041_new_news.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0042_school_country.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0043_auto_20150430_0952.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0044_auto_20150430_0959.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0045_auto_20150430_1446.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0046_auto_20150723_1101.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0047_remove_userprofile_avatar.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0048_plural_management_frontnews.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0049_refactor_emailverifications.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0050_refactor_emailverifications_2.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0051_add_missing_ev_records.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0052_refactor_emailverifications_3.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0053_refactor_teacher_student_1.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0054_pending_join_request_can_be_blank.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0055_add_preview_user.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0056_remove_preview_user.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0057_delete_frontpagenews.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0058_move_to_common_models.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0059_move_email_verifications_to_common.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0060_delete_guardian.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0061_make_portaladmin_teacher.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0062_verify_portaladmin.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/mixins/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/mixins/cron_mixin.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/models.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/permissions/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/permissions/is_cron_request_from_google.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/pipeline_compilers/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/pipeline_compilers/libsass_compiler.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/fonts/bootstrap/glyphicons-halflings-regular.svg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/fonts/bootstrap/glyphicons-halflings-regular.woff2 +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/10_years_anniversary.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/10x_logo.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/RR_logo_grass_background.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/RR_logo_green.svg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/RR_logo_simple.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/about_us_cfl.jpg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/about_us_hero.jpg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/about_us_ocado.jpg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/barefoot_logo.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/bcs_logo.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/clubs.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/coding_club_hero.jpg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/coding_club_python_pack.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/colorboxImages/border.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/colorboxImages/controls.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/colorboxImages/loading.gif +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/colorboxImages/loading_background.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/colorboxImages/overlay.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/confirmation_tick.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/cross.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/dee.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/facebook.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/favicon.ico +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/get_involved_hero.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/gitbook.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/gitbook_space.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/github.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/github_hero.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/gla_logo.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/hamburger.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/help_and_support_hero.jpg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/home_educate.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/home_educate_hero.jpg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/home_learning_hero.jpg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/home_play.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/home_play_hero.jpg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/hope_logo.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/howe_dell_1.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/howe_dell_2.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/howe_dell_3.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/icl_logo.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/icon_controller.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/icon_free.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/icon_globe.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/icon_piechart.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/icon_step_by_step.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/icon_tracking.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/icon_uk_flag.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/kirsty.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/logo_cfl.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/logo_cfl_powered.svg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/logo_cfl_reminder_cards.jpg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/logo_cfl_white_landscape.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/logo_ocado.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/logo_ocado_group.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/logo_ocado_group.svg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/logo_ocado_group_white.svg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/logo_python_den.svg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/long_europe_map.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/mc_saatchi_logo.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/nigel.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/oval_blue.svg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/oval_pink.svg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/oval_yellow.svg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/paper_plane.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/phil.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/polygon_blue.svg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/polygon_pink.svg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/polygon_yellow.svg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/pressure_cooker_logo.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/python_den.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/python_den_banner.svg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/rapid_router.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/rapid_router_landing_hero.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/rapidrouter.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/resources_hero.jpg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/resources_montage.jpg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/reuben.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/rob.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/rr_advanced.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/rr_beginner.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/rr_intermediate.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/sadface.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/sharon_harrison.jpg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/sian.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/teaching_resources_hero.jpg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/ten_year_map_pin.svg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/thumbnail_educate_rapid_router.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/thumbnail_educate_resources.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/thumbnail_intro_c4l.jpg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/thumbnail_play_rapid_router.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/thumbnail_python_den.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/twitter.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/universities.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/img/wes.png +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/bootstrap.min.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/carouselCards.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/common.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/independentLogin.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/independentRegistration.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/join_create_game_toggle.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/jquery.placeholder.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/levelControl.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/lib/jquery-video-lightning.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/lib/jquery.colorbox.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/lib/jquery.easy-ticker.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/lib/jquery.min.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/lib/modernizr-build.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/lib/papaparse.min.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/organisation_manage.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/passwordStrength.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/play.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/resetPassword.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/riveted.min.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/school.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/sticky_subnav.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/studentLogin.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/teach_browser.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/teach_class.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/teacherEditStudent.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/teacherLogin.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/js/tenYearMap.js +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_alerts.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_badges.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_breadcrumbs.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_button-groups.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_buttons.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_carousel.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_close.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_code.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_component-animations.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_dropdowns.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_forms.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_glyphicons.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_grid.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_input-groups.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_jumbotron.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_labels.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_list-group.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_media.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_mixins.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_modals.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_navbar.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_navs.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_normalize.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_pager.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_pagination.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_panels.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_popovers.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_print.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_progress-bars.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_responsive-embed.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_responsive-utilities.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_scaffolding.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_tables.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_theme.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_thumbnails.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_tooltip.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_type.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_utilities.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_variables.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/_wells.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_alerts.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_background-variant.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_border-radius.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_breakpoints.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_buttons.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_center-block.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_clearfix.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_forms.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_gradients.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_grid-framework.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_grid.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_hide-text.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_image.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_labels.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_list-group.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_nav-divider.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_nav-vertical-align.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_opacity.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_pagination.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_panels.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_progress-bar.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_reset-filter.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_reset-text.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_resize.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_responsive-visibility.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_size.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_tab-focus.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_table-row.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_text-emphasis.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_text-overflow.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_text-truncate.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap/mixins/_vendor-prefixes.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap_mixins/_all.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap_mixins/_border-radius.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap_mixins/_box-shadow.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap_mixins/_hover.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap_mixins/_nav-divider.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap_partials/_dropdown.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap_partials/_glyphicons.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap_partials/_grid.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap_partials/_variables.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap_utilities/_align.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap_utilities/_background.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap_utilities/_borders.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap_utilities/_clearfix.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap_utilities/_cursor.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap_utilities/_display.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap_utilities/_flex.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap_utilities/_float.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap_utilities/_position.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap_utilities/_screenreaders.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap_utilities/_sizing.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap_utilities/_spacing.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap_utilities/_text.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/bootstrap_utilities/_visibility.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/colorbox.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/modules/_all.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/modules/_animation.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/modules/_breakpoints.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/modules/_card_constants.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/modules/_colours.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/modules/_homepage_constants.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/modules/_levels.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/modules/_mixins.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/modules/_spacing.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/partials/_banners.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/partials/_base.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/partials/_buttons.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/partials/_carousel.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/partials/_footer.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/partials/_forms.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/partials/_grids.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/partials/_header.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/partials/_popup.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/partials/_progress-bars.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/partials/_subnavs.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/partials/_tables.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/partials/_text.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/partials/_ui-dialog.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/partials/_utils.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/sass/styles.scss +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/static/portal/video/code for life .pdf +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/strings/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/strings/about.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/strings/coding_club.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/strings/help_and_support.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/strings/home_learning.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/strings/materials.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/strings/play.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/strings/teach.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/strings/teacher_resources.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/strings/ten_year_map.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/403.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/404.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/500.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/django_recaptcha/includes/js_v2_invisible.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/django_recaptcha/widget_v2_invisible.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/email.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/email.txt +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/maintenance.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/about.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/base.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/base_no_userprofile.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/coding_club.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/contribute.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/dotmailer_consent_form.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/email_invitation_sent.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/email_style_template.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/email_verification_failed.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/email_verification_needed.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/getinvolved.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/home_learning.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/locked_out.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/locked_out_school_student.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/login/independent_student.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/login/student.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/login/student_class_code.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/partials/banner.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/partials/benefits.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/partials/card_list.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/partials/character_list.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/partials/cookie_list.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/partials/delete_popup.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/partials/footer.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/partials/header.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/partials/headline.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/partials/hero_card.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/partials/info_popup.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/partials/invite_admin_teacher.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/partials/popup.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/partials/register_newsletter_tickbox.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/partials/screentime_popup.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/partials/service_unavailable_popup.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/partials/session_popup.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/partials/teacher_non_dashboard_subnav.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/partials/teacher_non_dashboard_subnav_account.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/play/student_dashboard.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/play/student_edit_account.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/play/student_join_organisation.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/play.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/privacy_notice.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/register.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/reset_password.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/reset_password_confirm.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/reset_password_done.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/reset_password_email_sent.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/tag_manager/tag_manager_body.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/tag_manager/tag_manager_head.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/teach/base_registering.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/teach/class.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/teach/dashboard.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/teach/invited.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/teach/onboarding_classes.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/teach/onboarding_print.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/teach/onboarding_school.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/teach/onboarding_students.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/teach/teacher_add_external_student.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/teach/teacher_added_external_student.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/teach/teacher_dismiss_students.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/teach/teacher_edit_class.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/teach/teacher_edit_student.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/teach/teacher_move_all_classes.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/teach/teacher_move_students.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/teach/teacher_move_students_to_class.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/teach.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/ten_year_map.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/terms.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/two_factor/_base.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/two_factor/_wizard_actions.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/two_factor/_wizard_actions_enable_2fa.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/two_factor/_wizard_actions_submit.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/two_factor/_wizard_forms.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/two_factor/_wizard_forms_token.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/two_factor/backup_token.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/two_factor/core/backup_tokens.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/two_factor/core/setup.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/two_factor/core/setup_complete.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/two_factor/profile/disable.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/two_factor/profile/profile.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/two_factor/setup_wizard_token.html +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templatetags/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templatetags/app_tags.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templatetags/banner_tags.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templatetags/benefits_tags.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templatetags/card_list_tags.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templatetags/future.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templatetags/headline_tags.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templatetags/hero_card_tags.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templatetags/table_tags.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/base_test.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/conftest.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/migrations/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/migrations/test_migration_make_portaladmin_teacher.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/migrations/test_migration_preview_user_remove.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/migrations/test_migration_preview_users.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/migrations/test_migration_remove_front_page_news.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/migrations/test_migration_remove_guardian.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/migrations/test_migration_use_common_models.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/migrations/test_migration_verify_portaladmin.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/admin/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/admin/admin_base_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/admin/admin_data_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/admin/admin_map_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/base_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/email_verification_needed_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/forbidden_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/game_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/home_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/independent_login_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/password_reset_form_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/password_reset_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/play/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/play/account_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/play/dashboard_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/play/join_school_or_club_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/play/play_base_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/play_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/resources_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/signup_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/student_login_class_code.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/student_login_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/teach/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/teach/add_independent_student_to_class_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/teach/added_independent_student_to_class_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/teach/class_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/teach/dashboard_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/teach/dismiss_students_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/teach/edit_student_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/teach/move_class_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/teach/move_classes_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/teach/move_students_disambiguate_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/teach/move_students_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/teach/onboarding_classes_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/teach/onboarding_organisation_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/teach/onboarding_student_list_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/teach/onboarding_students_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/teach/teach_base_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/pageObjects/portal/teacher_login_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/selenium_test_case.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/snapshots/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/snapshots/snap_test_partials.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/test_2FA.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/test_admin.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/test_api.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/test_captcha_forms.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/test_class.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/test_emails.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/test_global_forms.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/test_helper_methods.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/test_independent_student.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/test_invite_teacher.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/test_middleware.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/test_organisation.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/test_partials.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/test_ratelimit.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/test_school_student.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/test_security.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/test_teacher.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/test_teacher_student.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/test_views.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/utils/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/utils/classes.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/tests/utils/messages.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/urls.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/about.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/admin.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/api.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/cron/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/cron/user.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/dotmailer.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/email.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/google_analytics.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/home.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/legal.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/login/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/login/independent_student.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/login/student.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/login/teacher.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/organisation.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/play_landing_page.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/registration.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/student/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/student/edit_account_details.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/student/play.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/teach.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/teacher/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/teacher/dashboard.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/teacher/teach.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/two_factor/__init__.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/two_factor/core.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/two_factor/form.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/views/two_factor/profile.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/wsgi.py +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/pyproject.toml +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/setup.cfg +0 -0
- {codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codeforlife-portal
|
|
3
|
-
Version: 8.6.
|
|
3
|
+
Version: 8.6.10
|
|
4
4
|
Classifier: Programming Language :: Python
|
|
5
5
|
Classifier: Programming Language :: Python :: 3.12
|
|
6
6
|
Classifier: Framework :: Django
|
|
@@ -8,7 +8,7 @@ Description-Content-Type: text/markdown
|
|
|
8
8
|
License-File: LICENSE.md
|
|
9
9
|
Requires-Dist: asgiref==3.8.1; python_version >= "3.8"
|
|
10
10
|
Requires-Dist: certifi==2025.4.26; python_version >= "3.6"
|
|
11
|
-
Requires-Dist: cfl-common==8.6.
|
|
11
|
+
Requires-Dist: cfl-common==8.6.10
|
|
12
12
|
Requires-Dist: chardet==5.2.0; python_version >= "3.7"
|
|
13
13
|
Requires-Dist: charset-normalizer==3.4.2; python_version >= "3.7"
|
|
14
14
|
Requires-Dist: diff-match-patch==20241021; python_version >= "3.7"
|
|
@@ -60,7 +60,7 @@ Requires-Dist: asttokens==3.0.0; python_version >= "3.8" and extra == "dev"
|
|
|
60
60
|
Requires-Dist: attrs==25.3.0; python_version >= "3.8" and extra == "dev"
|
|
61
61
|
Requires-Dist: black==25.1.0; python_version >= "3.9" and extra == "dev"
|
|
62
62
|
Requires-Dist: certifi==2025.4.26; python_version >= "3.6" and extra == "dev"
|
|
63
|
-
Requires-Dist: cfl-common==8.6.
|
|
63
|
+
Requires-Dist: cfl-common==8.6.10; extra == "dev"
|
|
64
64
|
Requires-Dist: charset-normalizer==3.4.2; python_version >= "3.7" and extra == "dev"
|
|
65
65
|
Requires-Dist: click==8.1.8; python_version >= "3.7" and extra == "dev"
|
|
66
66
|
Requires-Dist: coverage[toml]==7.8.0; python_version >= "3.9" and extra == "dev"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codeforlife-portal
|
|
3
|
-
Version: 8.6.
|
|
3
|
+
Version: 8.6.10
|
|
4
4
|
Classifier: Programming Language :: Python
|
|
5
5
|
Classifier: Programming Language :: Python :: 3.12
|
|
6
6
|
Classifier: Framework :: Django
|
|
@@ -8,7 +8,7 @@ Description-Content-Type: text/markdown
|
|
|
8
8
|
License-File: LICENSE.md
|
|
9
9
|
Requires-Dist: asgiref==3.8.1; python_version >= "3.8"
|
|
10
10
|
Requires-Dist: certifi==2025.4.26; python_version >= "3.6"
|
|
11
|
-
Requires-Dist: cfl-common==8.6.
|
|
11
|
+
Requires-Dist: cfl-common==8.6.10
|
|
12
12
|
Requires-Dist: chardet==5.2.0; python_version >= "3.7"
|
|
13
13
|
Requires-Dist: charset-normalizer==3.4.2; python_version >= "3.7"
|
|
14
14
|
Requires-Dist: diff-match-patch==20241021; python_version >= "3.7"
|
|
@@ -60,7 +60,7 @@ Requires-Dist: asttokens==3.0.0; python_version >= "3.8" and extra == "dev"
|
|
|
60
60
|
Requires-Dist: attrs==25.3.0; python_version >= "3.8" and extra == "dev"
|
|
61
61
|
Requires-Dist: black==25.1.0; python_version >= "3.9" and extra == "dev"
|
|
62
62
|
Requires-Dist: certifi==2025.4.26; python_version >= "3.6" and extra == "dev"
|
|
63
|
-
Requires-Dist: cfl-common==8.6.
|
|
63
|
+
Requires-Dist: cfl-common==8.6.10; extra == "dev"
|
|
64
64
|
Requires-Dist: charset-normalizer==3.4.2; python_version >= "3.7" and extra == "dev"
|
|
65
65
|
Requires-Dist: click==8.1.8; python_version >= "3.7" and extra == "dev"
|
|
66
66
|
Requires-Dist: coverage[toml]==7.8.0; python_version >= "3.9" and extra == "dev"
|
{codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/codeforlife_portal.egg-info/SOURCES.txt
RENAMED
|
@@ -144,7 +144,6 @@ portal/static/portal/img/logo_python_den.svg
|
|
|
144
144
|
portal/static/portal/img/long_europe_map.png
|
|
145
145
|
portal/static/portal/img/mc_saatchi_logo.png
|
|
146
146
|
portal/static/portal/img/nigel.png
|
|
147
|
-
portal/static/portal/img/ocado-swirl.svg
|
|
148
147
|
portal/static/portal/img/oval_blue.svg
|
|
149
148
|
portal/static/portal/img/oval_pink.svg
|
|
150
149
|
portal/static/portal/img/oval_yellow.svg
|
{codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/codeforlife_portal.egg-info/requires.txt
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
cfl-common==8.6.
|
|
1
|
+
cfl-common==8.6.10
|
|
2
2
|
django-countries==7.6.1
|
|
3
3
|
django-csp==3.8
|
|
4
4
|
django-preventconcurrentlogins==0.8.2
|
|
@@ -68,7 +68,7 @@ urllib3==2.4.0
|
|
|
68
68
|
zipp==3.21.0
|
|
69
69
|
|
|
70
70
|
[dev]
|
|
71
|
-
cfl-common==8.6.
|
|
71
|
+
cfl-common==8.6.10
|
|
72
72
|
django-countries==7.6.1
|
|
73
73
|
django-csp==3.8
|
|
74
74
|
django-selenium-clean==1.0.1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "8.6.10"
|
|
@@ -30,13 +30,6 @@ img {
|
|
|
30
30
|
margin-top: 1.5em;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.background--swirl {
|
|
34
|
-
background-image: url("../img/ocado-swirl.svg");
|
|
35
|
-
background-size: contain;
|
|
36
|
-
background-repeat: no-repeat;
|
|
37
|
-
background-position: center;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
33
|
.image-row {
|
|
41
34
|
align-items: baseline;
|
|
42
35
|
display: flex;
|
|
@@ -70,7 +63,6 @@ img {
|
|
|
70
63
|
|
|
71
64
|
.logo {
|
|
72
65
|
@include _padding($spacing * 3, $spacing * 14, $spacing * 3, $spacing * 3);
|
|
73
|
-
content: url("../img/logo_cfl.png");
|
|
74
66
|
}
|
|
75
67
|
|
|
76
68
|
.map-pin {
|
|
@@ -386,53 +378,33 @@ img {
|
|
|
386
378
|
}
|
|
387
379
|
|
|
388
380
|
.educate-homepage {
|
|
389
|
-
content: url("../img/home_educate.png");
|
|
390
381
|
width: 70%;
|
|
391
382
|
object-fit: contain;
|
|
392
383
|
}
|
|
393
384
|
|
|
394
385
|
.play-homepage {
|
|
395
|
-
content: url("../img/home_play.png");
|
|
396
386
|
width: 70%;
|
|
397
387
|
object-fit: contain;
|
|
398
388
|
}
|
|
399
389
|
|
|
400
|
-
.oval-blue {
|
|
401
|
-
content: url("../img/oval_blue.svg");
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
.oval-pink {
|
|
405
|
-
content: url("../img/oval_pink.svg");
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
.oval-yellow {
|
|
409
|
-
content: url("../img/oval_yellow.svg");
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
.polygon-blue {
|
|
413
|
-
content: url("../img/polygon_blue.svg");
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
.polygon-pink {
|
|
417
|
-
content: url("../img/polygon_pink.svg");
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
.polygon-yellow {
|
|
421
|
-
content: url("../img/polygon_yellow.svg");
|
|
422
|
-
}
|
|
423
|
-
|
|
424
390
|
.login-shape-left {
|
|
425
|
-
@include _top(
|
|
426
|
-
@include _margin(-250px, 0px, 0px, 0px);
|
|
391
|
+
@include _top(300px);
|
|
427
392
|
position: relative;
|
|
428
393
|
left: -17vw;
|
|
394
|
+
|
|
395
|
+
img {
|
|
396
|
+
@include _margin(-250px, 0px, 0px, 0px);
|
|
397
|
+
}
|
|
429
398
|
}
|
|
430
399
|
|
|
431
400
|
.login-shape-right {
|
|
432
|
-
@include _top(
|
|
433
|
-
@include _margin(-500px, 0px, 0px, 0px);
|
|
401
|
+
@include _top(550px);
|
|
434
402
|
position: relative;
|
|
435
403
|
left: 17vw;
|
|
404
|
+
|
|
405
|
+
img {
|
|
406
|
+
@include _margin(-250px, 0px, 0px, 0px);
|
|
407
|
+
}
|
|
436
408
|
}
|
|
437
409
|
|
|
438
410
|
@media (max-width: $tablet-large-max-width) {
|
{codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/form_shapes.html
RENAMED
|
@@ -10,16 +10,28 @@ other templates to add custom content. -->
|
|
|
10
10
|
{% block content %}
|
|
11
11
|
<section class="row mx-0">
|
|
12
12
|
{% if usertype == "TEACHER" %}
|
|
13
|
-
<span class="
|
|
14
|
-
|
|
13
|
+
<span class="login-shape-left">
|
|
14
|
+
<img src="{% static 'portal/img/oval_blue.svg' %}" alt="Blue oval">
|
|
15
|
+
</span>
|
|
16
|
+
<span class="login-shape-right">
|
|
17
|
+
<img src="{% static 'portal/img/polygon_yellow.svg' %}" alt="Yellow polygon">
|
|
18
|
+
</span>
|
|
15
19
|
<div class="form--login is-flex form--register--teacher">
|
|
16
20
|
{% elif usertype == "SCHOOL_STUDENT" %}
|
|
17
|
-
<span class="
|
|
18
|
-
|
|
21
|
+
<span class="login-shape-left">
|
|
22
|
+
<img src="{% static 'portal/img/oval_yellow.svg' %}" alt="Yellow oval">
|
|
23
|
+
</span>
|
|
24
|
+
<span class="login-shape-right">
|
|
25
|
+
<img src="{% static 'portal/img/polygon_pink.svg' %}" alt="Pink polygon">
|
|
26
|
+
</span>
|
|
19
27
|
<div class="form--login is-flex form--register--student">
|
|
20
28
|
{% else %}
|
|
21
|
-
<span class="
|
|
22
|
-
|
|
29
|
+
<span class="login-shape-left">
|
|
30
|
+
<img src="{% static 'portal/img/oval_pink.svg' %}" alt="Pink oval">
|
|
31
|
+
</span>
|
|
32
|
+
<span class="login-shape-right">
|
|
33
|
+
<img src="{% static 'portal/img/polygon_blue.svg' %}" alt="Blue polygon">
|
|
34
|
+
</span>
|
|
23
35
|
<div class="form--login is-flex form--register--indep-student">
|
|
24
36
|
{% endif %}
|
|
25
37
|
<div class="form col-xs-12 col-sm-8 col-md-8 col-lg-9 center-block">
|
|
@@ -9,9 +9,12 @@
|
|
|
9
9
|
<div class="banner--homepage banner--homepage--teacher col-sm-6">
|
|
10
10
|
<div class="banner col-sm-11">
|
|
11
11
|
<div class="banner__item">
|
|
12
|
-
<a href="{% url 'teach' %}"
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
<a href="{% url 'teach' %}">
|
|
13
|
+
<img src="{% static 'portal/img/home_educate.png' %}" class="educate-homepage"
|
|
14
|
+
alt="Male teacher helping young female student"
|
|
15
|
+
title="Male teacher helping young female student"
|
|
16
|
+
>
|
|
17
|
+
</a>
|
|
15
18
|
</div>
|
|
16
19
|
<div class="banner-home-content">
|
|
17
20
|
<div class="banner-home-text">
|
|
@@ -29,9 +32,12 @@
|
|
|
29
32
|
<div class="banner--homepage banner--homepage--student col-sm-6">
|
|
30
33
|
<div class="banner col-sm-11">
|
|
31
34
|
<div class="banner__item">
|
|
32
|
-
<a href="{% url 'play' %}"
|
|
33
|
-
|
|
34
|
-
|
|
35
|
+
<a href="{% url 'play' %}">
|
|
36
|
+
<img src="{% static 'portal/img/home_play.png' %}" class="play-homepage"
|
|
37
|
+
alt="Two young boys playing on a laptop"
|
|
38
|
+
title="Two young boys playing on a laptop"
|
|
39
|
+
>
|
|
40
|
+
</a>
|
|
35
41
|
</div>
|
|
36
42
|
<div class="banner-home-content">
|
|
37
43
|
<div class="banner-home-text">
|
{codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/templates/portal/login/teacher.html
RENAMED
|
@@ -20,8 +20,12 @@
|
|
|
20
20
|
|
|
21
21
|
{% if wizard.steps.current == 'auth' %}
|
|
22
22
|
<section class="row mx-0">
|
|
23
|
-
<span class="
|
|
24
|
-
|
|
23
|
+
<span class="login-shape-left">
|
|
24
|
+
<img src="{% static 'portal/img/oval_blue.svg' %}" alt="Blue oval">
|
|
25
|
+
</span>
|
|
26
|
+
<span class="login-shape-right">
|
|
27
|
+
<img src="{% static 'portal/img/polygon_yellow.svg' %}" alt="Yellow polygon">
|
|
28
|
+
</span>
|
|
25
29
|
<div class="form--login is-flex form--register--teacher">
|
|
26
30
|
<div class="form col-xs-12 col-sm-8 col-md-8 col-lg-9 center-block">
|
|
27
31
|
<h4 class="center-block">Welcome</h4>
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{# Overriden the original "two_factor" template to remove extending base template and slightly adjust style #}
|
|
2
|
+
|
|
3
|
+
{% load i18n %}
|
|
4
|
+
{% load static %}
|
|
5
|
+
{% load two_factor_tags %}
|
|
6
|
+
|
|
7
|
+
{% block extra_media %}
|
|
8
|
+
{{ form.media }}
|
|
9
|
+
{% endblock %}
|
|
10
|
+
|
|
11
|
+
{% block content %}
|
|
12
|
+
|
|
13
|
+
<section class="row mx-0">
|
|
14
|
+
<span class="login-shape-left">
|
|
15
|
+
<img src="{% static 'portal/img/oval_blue.svg' %}" alt="Blue oval">
|
|
16
|
+
</span>
|
|
17
|
+
<span class="login-shape-right">
|
|
18
|
+
<img src="{% static 'portal/img/polygon_yellow.svg' %}" alt="Yellow polygon">
|
|
19
|
+
</span>
|
|
20
|
+
<div class="form--login is-flex form--register--teacher">
|
|
21
|
+
<div class="form col-xs-12 col-sm-8 col-md-8 col-lg-9 center-block">
|
|
22
|
+
<h4>{% block title %}{% trans "Welcome" %}{% endblock %}</h4>
|
|
23
|
+
|
|
24
|
+
{% if wizard.steps.current == 'auth' %}
|
|
25
|
+
<p>{% blocktrans %}Enter your credentials.{% endblocktrans %}</p>
|
|
26
|
+
{% elif wizard.steps.current == 'token' %}
|
|
27
|
+
<p>{{ device|as_verbose_action }}</p>
|
|
28
|
+
{% elif wizard.steps.current == 'backup' %}
|
|
29
|
+
<p>{% blocktrans trimmed %}Use this form for entering backup tokens for logging in.
|
|
30
|
+
These tokens have been generated for you to print and keep safe. Please
|
|
31
|
+
enter one of these backup tokens to log into your account.{% endblocktrans %}</p>
|
|
32
|
+
{% endif %}
|
|
33
|
+
|
|
34
|
+
<form action="" method="post">
|
|
35
|
+
{% block main_form_content %}
|
|
36
|
+
{% csrf_token %}
|
|
37
|
+
{% include "two_factor/_wizard_forms.html" %}
|
|
38
|
+
|
|
39
|
+
{# hidden submit button to enable [enter] key #}
|
|
40
|
+
<input type="submit" value="" hidden />
|
|
41
|
+
|
|
42
|
+
{% if other_devices %}
|
|
43
|
+
<p>{% trans "Or, alternatively, use one of your other authentication methods:" %}</p>
|
|
44
|
+
<p>
|
|
45
|
+
{% for other in other_devices %}
|
|
46
|
+
<button name="challenge_device" value="{{ other.persistent_id }}"
|
|
47
|
+
class="btn btn-secondary btn-block" type="submit">
|
|
48
|
+
{{ other|as_action }}
|
|
49
|
+
</button>
|
|
50
|
+
{% endfor %}</p>
|
|
51
|
+
{% endif %}
|
|
52
|
+
|
|
53
|
+
{% include "two_factor/_wizard_actions.html" %}
|
|
54
|
+
{% endblock %}
|
|
55
|
+
</form>
|
|
56
|
+
|
|
57
|
+
{% block 'backup_tokens' %}
|
|
58
|
+
{% if backup_tokens %}
|
|
59
|
+
<hr>
|
|
60
|
+
<div class="backup_tokens_form">
|
|
61
|
+
<form action="" method="post">
|
|
62
|
+
{% csrf_token %}
|
|
63
|
+
<p>{% trans "As a last resort, you can use a backup token:" %}</p>
|
|
64
|
+
<p>
|
|
65
|
+
<button name="wizard_goto_step" type="submit" value="backup"
|
|
66
|
+
class="button button--primary">{% trans "Use Backup Token" %}</button>
|
|
67
|
+
</p>
|
|
68
|
+
</form>
|
|
69
|
+
</div>
|
|
70
|
+
{% endif %}
|
|
71
|
+
{% endblock %}
|
|
72
|
+
</div>
|
|
73
|
+
</div>
|
|
74
|
+
</section>
|
|
75
|
+
{% endblock %}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "8.6.9"
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="670px" height="670px" viewBox="0 0 670 670" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
-
<title>ocado-swirl</title>
|
|
5
|
-
<desc>Created with Sketch.</desc>
|
|
6
|
-
<defs>
|
|
7
|
-
<polygon id="path-1" points="5.17780764e-14 0 670 0 670 670 0 670"></polygon>
|
|
8
|
-
</defs>
|
|
9
|
-
<g id="Play-landing-" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
10
|
-
<g id="AIMMO-Prototype-landing---L-Desktops" transform="translate(-566.000000, -1829.000000)">
|
|
11
|
-
<g id="Deliver-through-time-Copy" transform="translate(0.000000, 1829.000000)">
|
|
12
|
-
<g id="ocado-swirl" transform="translate(566.000000, 0.000000)">
|
|
13
|
-
<mask id="mask-2" fill="white">
|
|
14
|
-
<use xlink:href="#path-1"></use>
|
|
15
|
-
</mask>
|
|
16
|
-
<g id="Clip-2"></g>
|
|
17
|
-
<path d="M658.260758,254.973547 C674.312291,312.597644 673.719847,369.91571 657.606601,427.057142 C614.658514,579.343237 470.873555,679.663717 310.541302,669.260735 C156.532567,659.268533 27.1699201,539.8612 3.90825914,386.229804 C-28.5815422,171.653161 145.926171,-15.4115496 362.664044,1.00523855 C421.599894,5.46835385 477.814203,18.1573213 528.562804,49.3950207 C579.57677,80.7970316 617.72359,122.756066 631.654256,182.735982 C654.510668,281.150447 570.864961,412.905801 427.11703,374.563676 C370.388446,359.432627 332.965724,305.567159 334.165012,247.189282 C335.341672,189.838353 374.768007,138.897632 428.873791,125.00919 C446.291238,120.537859 463.73954,119.673169 479.651191,124.787369 C472.920367,137.546169 463.840338,149.321153 460.263045,162.576996 C450.370462,199.222602 471.498913,234.781698 507.712061,246.16028 C543.176426,257.304718 580.146586,238.480764 594.317932,201.288821 C605.61757,171.634676 600.09632,143.516844 583.246632,117.572034 C561.624478,84.2804387 528.931024,66.8942118 491.901208,55.983918 C363.661736,18.1983992 220.981439,115.8406 238.084149,280.285757 C249.902176,393.925751 356.017561,459.58058 441.267805,460.679414 C542.250732,461.981584 635.392002,386.601559 653.712515,287.460014 C655.697614,276.71814 656.767305,265.805792 658.260758,254.973547" id="Fill-1" fill="#F0F0F0" opacity="0.468353714" mask="url(#mask-2)"></path>
|
|
18
|
-
</g>
|
|
19
|
-
</g>
|
|
20
|
-
</g>
|
|
21
|
-
</g>
|
|
22
|
-
</svg>
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
{# Overriden the original "two_factor" template to remove extending base template and slightly adjust style #}
|
|
2
|
-
|
|
3
|
-
{% load i18n %}
|
|
4
|
-
{% load two_factor_tags %}
|
|
5
|
-
|
|
6
|
-
{% block extra_media %}
|
|
7
|
-
{{ form.media }}
|
|
8
|
-
{% endblock %}
|
|
9
|
-
|
|
10
|
-
{% block content %}
|
|
11
|
-
|
|
12
|
-
<section class="row mx-0">
|
|
13
|
-
<span class="oval-blue login-shape-left"></span>
|
|
14
|
-
<span class="polygon-yellow login-shape-right"></span>
|
|
15
|
-
<div class="form--login is-flex form--register--teacher">
|
|
16
|
-
<div class="form col-xs-12 col-sm-8 col-md-8 col-lg-9 center-block">
|
|
17
|
-
<h4>{% block title %}{% trans "Welcome" %}{% endblock %}</h4>
|
|
18
|
-
|
|
19
|
-
{% if wizard.steps.current == 'auth' %}
|
|
20
|
-
<p>{% blocktrans %}Enter your credentials.{% endblocktrans %}</p>
|
|
21
|
-
{% elif wizard.steps.current == 'token' %}
|
|
22
|
-
<p>{{ device|as_verbose_action }}</p>
|
|
23
|
-
{% elif wizard.steps.current == 'backup' %}
|
|
24
|
-
<p>{% blocktrans trimmed %}Use this form for entering backup tokens for logging in.
|
|
25
|
-
These tokens have been generated for you to print and keep safe. Please
|
|
26
|
-
enter one of these backup tokens to log into your account.{% endblocktrans %}</p>
|
|
27
|
-
{% endif %}
|
|
28
|
-
|
|
29
|
-
<form action="" method="post">
|
|
30
|
-
{% block main_form_content %}
|
|
31
|
-
{% csrf_token %}
|
|
32
|
-
{% include "two_factor/_wizard_forms.html" %}
|
|
33
|
-
|
|
34
|
-
{# hidden submit button to enable [enter] key #}
|
|
35
|
-
<input type="submit" value="" hidden />
|
|
36
|
-
|
|
37
|
-
{% if other_devices %}
|
|
38
|
-
<p>{% trans "Or, alternatively, use one of your other authentication methods:" %}</p>
|
|
39
|
-
<p>
|
|
40
|
-
{% for other in other_devices %}
|
|
41
|
-
<button name="challenge_device" value="{{ other.persistent_id }}"
|
|
42
|
-
class="btn btn-secondary btn-block" type="submit">
|
|
43
|
-
{{ other|as_action }}
|
|
44
|
-
</button>
|
|
45
|
-
{% endfor %}</p>
|
|
46
|
-
{% endif %}
|
|
47
|
-
|
|
48
|
-
{% include "two_factor/_wizard_actions.html" %}
|
|
49
|
-
{% endblock %}
|
|
50
|
-
</form>
|
|
51
|
-
|
|
52
|
-
{% block 'backup_tokens' %}
|
|
53
|
-
{% if backup_tokens %}
|
|
54
|
-
<hr>
|
|
55
|
-
<div class="backup_tokens_form">
|
|
56
|
-
<form action="" method="post">
|
|
57
|
-
{% csrf_token %}
|
|
58
|
-
<p>{% trans "As a last resort, you can use a backup token:" %}</p>
|
|
59
|
-
<p>
|
|
60
|
-
<button name="wizard_goto_step" type="submit" value="backup"
|
|
61
|
-
class="button button--primary">{% trans "Use Backup Token" %}</button>
|
|
62
|
-
</p>
|
|
63
|
-
</form>
|
|
64
|
-
</div>
|
|
65
|
-
</div>
|
|
66
|
-
</div>
|
|
67
|
-
</section>
|
|
68
|
-
{% endif %}
|
|
69
|
-
{% endblock %}
|
|
70
|
-
{% endblock %}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/codeforlife_portal.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/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
|
{codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/middleware/exceptionlogging.py
RENAMED
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/middleware/screentime_warning.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/static/apple-touch-icon-120x120.png
RENAMED
|
File without changes
|
{codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/static/apple-touch-icon-152x152.png
RENAMED
|
File without changes
|
{codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/static/apple-touch-icon-180x180.png
RENAMED
|
File without changes
|
{codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/deploy/static/apple-touch-icon-76x76.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/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.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0042_school_country.py
RENAMED
|
File without changes
|
{codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0043_auto_20150430_0952.py
RENAMED
|
File without changes
|
{codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0044_auto_20150430_0959.py
RENAMED
|
File without changes
|
{codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0045_auto_20150430_1446.py
RENAMED
|
File without changes
|
{codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/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.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0055_add_preview_user.py
RENAMED
|
File without changes
|
{codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0056_remove_preview_user.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/migrations/0060_delete_guardian.py
RENAMED
|
File without changes
|
|
File without changes
|
{codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/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
|
{codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/pipeline_compilers/__init__.py
RENAMED
|
File without changes
|
{codeforlife_portal-8.6.9 → codeforlife_portal-8.6.10}/portal/pipeline_compilers/libsass_compiler.py
RENAMED
|
File without changes
|