codeforlife-portal 1.0.0.post.dev485__tar.gz → 1.0.0.post.dev487__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.
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/PKG-INFO +1 -1
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/codeforlife_portal.egg-info/PKG-INFO +1 -1
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/_version.py +2 -2
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/sass/styles.scss +47 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/base_new.html +1 -1
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/MANIFEST.in +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/README.md +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/codeforlife_portal.egg-info/SOURCES.txt +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/codeforlife_portal.egg-info/dependency_links.txt +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/codeforlife_portal.egg-info/not-zip-safe +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/codeforlife_portal.egg-info/requires.txt +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/codeforlife_portal.egg-info/top_level.txt +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/deploy/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/deploy/captcha.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/deploy/mail.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/deploy/middleware/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/deploy/middleware/basicauth.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/deploy/middleware/exceptionlogging.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/deploy/permissions.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/deploy/static/apple-touch-icon-120x120.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/deploy/static/apple-touch-icon-152x152.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/deploy/static/apple-touch-icon-180x180.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/deploy/static/apple-touch-icon-76x76.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/deploy/static/apple-touch-icon.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/deploy/static/robots.txt +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/deploy/templates/deploy/csrf_failure.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/deploy/views.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/example_project/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/example_project/example_project/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/example_project/example_project/settings.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/example_project/example_project/wsgi.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/example_project/manage.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/admin.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/app_settings.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/autoconfig.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/beta.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/emailMessages.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/emailMessages_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/forms/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/forms/admin_login.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/forms/auth_forms.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/forms/home.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/forms/organisation.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/forms/play.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/forms/play_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/forms/registration.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/forms/registration_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/forms/teach.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/forms/teach_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/handlers.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/helpers/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/helpers/emails.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/helpers/emails_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/helpers/generators.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/helpers/location.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/helpers/password.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/middleware/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/middleware/ratelimit_login_attempts.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/migrations/0001_squashed_0041_new_news.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/migrations/0042_school_country.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/migrations/0043_auto_20150430_0952.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/migrations/0044_auto_20150430_0959.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/migrations/0045_auto_20150430_1446.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/migrations/0046_auto_20150723_1101.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/migrations/0047_remove_userprofile_avatar.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/migrations/0048_plural_management_frontnews.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/migrations/0049_refactor_emailverifications.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/migrations/0050_refactor_emailverifications_2.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/migrations/0051_add_missing_ev_records.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/migrations/0052_refactor_emailverifications_3.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/migrations/0053_refactor_teacher_student_1.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/migrations/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/models.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/permissions.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/email_media/logo_c4l_hexa.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/colorbox.css +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/common.css +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/images/KS-level-sprite.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/images/Menu-arrow-down.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/images/animated-overlay.gif +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/images/ui-bg_flat_10_000000_40x100.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/images/ui-icons_222222_256x240.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/images/ui-icons_228ef1_256x240.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/images/ui-icons_ef8c08_256x240.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/images/ui-icons_ffd27a_256x240.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/images/ui-icons_ffffff_256x240.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/jquery-ui.css +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/jquery-ui.structure.css +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/jquery-ui.theme.css +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/list.css +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/materials.css +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/noJS.css +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/reset.css +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/solution_selection.css +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/styles.css +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/css/tables.css +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/fonts/glyphicons-halflings-regular.eot +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/fonts/glyphicons-halflings-regular.svg +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/fonts/glyphicons-halflings-regular.ttf +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/fonts/glyphicons-halflings-regular.woff +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/fonts/glyphicons-halflings-regular.woff2 +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/2fa_authenticator_link.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/RR_logo_blank.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/RRlogo_on_green.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/RRlogo_on_green_small.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/RRlogo_on_less_green.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/RRlogo_on_less_green_small.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/colorboxImages/border.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/colorboxImages/controls.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/colorboxImages/loading.gif +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/colorboxImages/loading_background.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/colorboxImages/overlay.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/dee_hi_res.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/dee_large.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/dee_red_box.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/favicon.ico +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/kirsty.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/kirsty_hi_res.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/kirsty_large.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_001.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_002.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_003.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_004.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_005.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_006.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_007.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_008.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_009.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_010.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_011.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_012.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_013.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_014.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_015.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_016.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_017.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_018.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_019.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_020.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_021.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_022.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_023.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_024.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_025.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_026.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_027.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_028.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_029.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_030.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_031.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_032.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_033.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_034.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_035.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_036.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_037.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_038.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_039.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_040.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_041.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_042.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_043.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_044.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_045.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_046.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_047.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_048.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_049.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_050.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_051.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_052.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_053.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_054.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_055.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_056.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_057.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_058.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_059.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_060.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_061.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_062.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_063.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_064.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_065.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_066.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_067.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_068.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_069.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_070.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_071.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_072.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_073.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_074.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_075.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_076.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_077.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_078.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_079.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_080.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_081.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_082.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_083.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_084.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_085.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_086.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_087.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_088.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_089.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_090.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_091.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_092.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_093.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_094.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_095.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_096.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_097.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_098.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_099.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_100.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_101.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_102.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_103.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_104.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_105.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_106.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_107.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_108.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/levels/level_109.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/logged_in_blob.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/logged_out_blob.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/logo_c4l_horizontal.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/movie_file.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/nigel.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/nigel_hi_res.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/nigel_large.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/padlock.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/pdfsmall.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/phil.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/phil_hi_res.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/phil_large.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/qr_code_scan.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/rrBG.jpg +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/rrBGIE.jpg +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/rrBGsmall.jpg +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solutionPY_080.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solutionPY_081.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solutionPY_082.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solutionPY_083.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solutionPY_084.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solutionPY_085.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solutionPY_086.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solutionPY_087.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solutionPY_088.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solutionPY_089.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solutionPY_090.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solutionPY_091.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_001.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_002.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_003.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_004.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_005.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_006.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_007.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_008.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_009.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_010.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_011.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_012.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_013.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_014.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_015.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_016.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_017.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_018.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_019.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_020.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_021.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_022.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_023.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_024.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_025.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_026.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_027.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_028.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_029.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_030.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_031.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_032.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_033.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_034.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_035.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_036.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_037.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_038.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_039.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_040.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_041.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_042.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_043.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_044.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_045.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_046.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_047.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_048.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_049.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_050.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_051.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_052.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_053.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_054.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_055.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_056.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_057.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_058.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_059.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_060.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_061.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_062.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_063.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_064.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_065.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_066.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_067.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_068.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_069.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_070.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_071.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_072.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_073.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_074.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_075.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_076.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_077.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_078.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_079.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_080.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_081.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_082.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_083.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_084.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_085.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_086.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_087.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_088.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_089.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_090.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_091.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_092.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_093.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_094.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_095.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_096.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_097.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_098.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_099.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_100.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_101.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_102.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_103.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_104.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_105.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_106.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_107.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_108.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/solutions/solution_109.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/video_still.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/wes.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/wes_hi_res.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/wes_large.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img/zip.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/10x_logo.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/a_fun_game_for_students.jpg +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/about_blockly.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/about_us_hero.jpg +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/background_blue.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/background_orange.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/barefoot_logo.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/bcs_logo.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/confirmation_tick.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/cross.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/dee.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/facebook.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/footer_arrow.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/form_chooser_arrow.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/gla_logo.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/google+.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/hamburger.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/help_and_support_hero.jpg +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/home_educate_hero.jpg +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/home_play_hero.jpg +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/hope_logo.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/icl_logo.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/icon_13.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/icon_close.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/icon_free.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/icon_game.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/icon_globe.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/icon_graph.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/icon_info.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/icon_laptop.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/icon_steps.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/kirsty.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/logo_c4l_hexa.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/logo_c4l_horizontal.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/logo_ocado.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/logout_icon.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/mc_saatchi_logo.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/nigel.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/paper_plane.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/phil.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/play_button.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/pressure_cooker_logo.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/rapid_router.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/rapid_router_background.jpg +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/rapid_router_landing_hero.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/resources_image.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/sadface.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/sharon_harrison.jpg +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/stage_icon_ks1.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/stage_icon_lks2.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/stage_icon_uks2.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/step_done.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/step_in_progress.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/step_undone.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/teacher1.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/teacher2.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/teacher3.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/teacher_dashboard.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/teaching_resources.jpg +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/teaching_tools.jpg +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/thumbnail_intro_c4l.jpg +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/thumbnail_intro_rr.jpg +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/twitter.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/warning.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/wes.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/img_new/zip.png +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/bootstrap.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/common.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/deleteWorkspaces.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/fuzzySchoolLookup.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/jquery.placeholder.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/lib/jquery-ui.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/lib/jquery-video-lightning.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/lib/jquery.colorbox.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/lib/jquery.easy-ticker.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/lib/jquery.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/lib/magnific.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/lib/modernizr.custom.79639.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/organisation_manage.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/passwordStrength.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/passwordStrength_new.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/play.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/riveted.min.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/solutionSelection.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/sticky_subnav.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/student_login.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/student_login_new.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/teach_browser.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/teach_class.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/js/teach_class_new.js +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/sass/bootstrap.scss +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/static/portal/sass/colorbox.scss +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/403.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/404.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/500.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/email.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/email.txt +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/2FA_redirect.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/about.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/admin/aggregated_data.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/admin/map.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/base.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/base_no_userprofile.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/contact.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/email_verification_failed.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/email_verification_needed.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/help-and-support.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/home.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/locked_out.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/mouseflow.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/play/base.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/play/student_details.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/play/student_edit_account.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/play/student_join_organisation.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/play.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/base.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/materials/base.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/materials/home.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/materials/viewer.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/organisation_create.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/organisation_manage.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/teacher_add_external_student.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/teacher_added_external_student.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/teacher_class.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/teacher_classes.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/teacher_dismiss_students.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/teacher_edit_account.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/teacher_edit_class.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/teacher_edit_student.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/teacher_home.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/teacher_lesson_plans.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/teacher_lesson_plans_python.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/teacher_level_solutions.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/teacher_move_all_classes.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/teacher_move_class.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/teacher_move_students.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/teacher_move_students_to_class.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/teacher_new_students.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/teacher_solution.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/teacher_solutionPY.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/teacher_student_reset.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach/teacher_students_reset.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/teach.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/portal/terms.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/about_new.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/email_verification_failed_new.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/email_verification_needed_new.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/help-and-support_new.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/home_new.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/login.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/play_new.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/register.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/reset_password_confirm.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/reset_password_done.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/reset_password_email.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/reset_password_email_sent.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/reset_password_student.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/reset_password_teach.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/teach_new/base_logged_in.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/teach_new/base_registering.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/teach_new/class_new.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/teach_new/dashboard.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/teach_new/materials_new.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/teach_new/onboarding_classes.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/teach_new/onboarding_complete.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/teach_new/onboarding_print.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/teach_new/onboarding_school.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/teach_new/onboarding_students.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/teach_new/teacher_dismiss_students_new.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/teach_new/teacher_edit_class_new.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/teach_new/teacher_edit_student_new.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/teach_new/teacher_move_class_new.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/teach_new/teacher_move_students_new.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/teach_new/teacher_move_students_to_class_new.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/teach_new/teacher_student_reset_new.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/teach_new/viewer_new.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/teach_new.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/redesign/terms_new.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/registration/login.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/registration/password_reset_complete.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/registration/password_reset_confirm.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/registration/password_reset_done.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/registration/password_reset_email.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/registration/student_password_reset_form.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/registration/teacher_password_reset_form.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/two_factor/_base.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/two_factor/core/setup_complete.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templates/two_factor/profile/profile.html +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templatetags/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templatetags/app_tags.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/templatetags/table_tags.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/base_test.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/base_test_migration.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/base_test_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/custom_handler.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/about_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/admin/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/admin/admin_base_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/admin/admin_data_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/admin/admin_login_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/admin/admin_map_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/base_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/contact_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/email_verification_needed_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/email_verification_needed_page_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/forbidden_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/game_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/help_and_support_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/help_and_support_page_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/home_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/home_page_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/login_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/password_reset_form_page_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/pdf_viewer_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/play/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/play/account_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/play/dashboard_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/play/join_school_or_club_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/play/play_base_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/play_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/resources_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/signup_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/student_password_reset_form_page_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/account_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/add_independent_student_to_class_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/added_independent_student_to_class_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/class_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/class_page_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/class_settings_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/class_settings_page_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/classes_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/dashboard_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/dashboard_page_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/dismiss_students_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/dismiss_students_page_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/edit_student_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/edit_student_password_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/move_class_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/move_class_page_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/move_students_disambiguate_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/move_students_disambiguate_page_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/move_students_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/move_students_page_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/new_students_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/onboarding_classes_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/onboarding_organisation_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/onboarding_revoke_request_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/onboarding_student_list_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/onboarding_students_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/organisation_create_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/organisation_manage_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/organisation_revoke_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/teach_base_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/teach_base_page_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach/thanks_for_reset_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teach_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/teacher_password_reset_form_page_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/portal/terms_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/registration/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/registration/independent_student_login_form_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/registration/password_reset_form_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/registration/student_password_reset_form_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/pageObjects/registration/teacher_password_reset_form_page.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/test_admin.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/test_api.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/test_class.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/test_class_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/test_contact.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/test_emails.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/test_independent_student.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/test_independent_student_joins_a_class.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/test_independent_student_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/test_location.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/test_navigation.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/test_organisation.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/test_organisation_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/test_school_student.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/test_school_student_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/test_security.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/test_teacher.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/test_teacher_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/test_teacher_student.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/test_teacher_student_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/test_views.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/test_views_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/utils/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/utils/classes.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/utils/classes_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/utils/email.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/utils/email_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/utils/messages.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/utils/organisation.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/utils/organisation_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/utils/student.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/utils/student_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/utils/teacher.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/tests/utils/teacher_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/urls.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/utils.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/views/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/views/admin.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/views/api.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/views/email.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/views/email_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/views/home.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/views/home_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/views/organisation.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/views/organisation_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/views/play.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/views/registration.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/views/registration_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/views/teacher/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/views/teacher/dashboard.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/views/teacher/home.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/views/teacher/home_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/views/teacher/pdfs.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/views/teacher/solutions_level_selector.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/views/teacher/teach.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/views/teacher/teach_new.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/wsgi.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/ratelimit/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/ratelimit/backends/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/ratelimit/backends/cache.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/ratelimit/decorators.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/reports/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/reports/admin.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/reports/migrations/0001_initial.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/reports/migrations/0002_hitsperlevelperday.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/reports/migrations/__init__.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/reports/models.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/reports/tests.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/reports/urls.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/reports/views.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/setup.cfg +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/setup.py +0 -0
- {codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/versioneer.py +0 -0
{codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/_version.py
RENAMED
|
@@ -11,8 +11,8 @@ version_json = '''
|
|
|
11
11
|
{
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "1.0.0.post.
|
|
14
|
+
"full-revisionid": "f14e97f03599220e9d74abf743c29cf6983ace3e",
|
|
15
|
+
"version": "1.0.0.post.dev487"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
|
@@ -15,12 +15,19 @@ $color-quote-text: $color-teacher-blue;
|
|
|
15
15
|
$color-quote-name: $color-text-grey;
|
|
16
16
|
//Buttons
|
|
17
17
|
$color-button-primary-action-general-play: $color-teacher-blue;
|
|
18
|
+
$color-button-primary-action-general-play-hover: #002284;
|
|
18
19
|
$color-button-primary-action-general-educate: $color-student-orange;
|
|
20
|
+
$color-button-primary-action-general-educate-hover: #c15b00;
|
|
19
21
|
$color-button-primary-action-positive: #7ed321;
|
|
22
|
+
$color-button-primary-action-positive-hover: #2dbf00;
|
|
20
23
|
$color-button-primary-action-negative: #ff637d;
|
|
24
|
+
$color-button-primary-action-negative-hover: #d32a46;
|
|
21
25
|
$color-button-primary-action-danger: #f00;
|
|
26
|
+
$color-button-primary-action-danger-hover: #df0531;
|
|
22
27
|
$color-button-primary-action-navigation: $color-text-grey;
|
|
28
|
+
$color-button-primary-action-navigation-hover: #000;
|
|
23
29
|
$color-button-primary-action-setup: #fab300;
|
|
30
|
+
$color-button-primary-action-setup-hover: #ff9500;
|
|
24
31
|
$color-button-secondary-border-light: #fff;
|
|
25
32
|
$color-button-secondary-border-dark: $color-text-grey;
|
|
26
33
|
$color-button-border-teacher: $color-teacher-blue;
|
|
@@ -335,6 +342,10 @@ button,
|
|
|
335
342
|
background-color: transparent;
|
|
336
343
|
border-bottom: 6px solid $color-background-secondary;
|
|
337
344
|
border-radius: 0;
|
|
345
|
+
|
|
346
|
+
&:hover {
|
|
347
|
+
font-weight: 600;
|
|
348
|
+
}
|
|
338
349
|
}
|
|
339
350
|
|
|
340
351
|
.button--menu--disabled {
|
|
@@ -390,42 +401,74 @@ button,
|
|
|
390
401
|
.button--primary--general-play {
|
|
391
402
|
background: $color-button-primary-action-general-play;
|
|
392
403
|
color: $color-text-secondary;
|
|
404
|
+
|
|
405
|
+
&:hover {
|
|
406
|
+
background: $color-button-primary-action-general-play-hover;
|
|
407
|
+
}
|
|
393
408
|
}
|
|
394
409
|
|
|
395
410
|
.button--primary--general-educate {
|
|
396
411
|
background: $color-button-primary-action-general-educate;
|
|
397
412
|
color: $color-text-secondary;
|
|
413
|
+
|
|
414
|
+
&:hover {
|
|
415
|
+
background: $color-button-primary-action-general-educate-hover;
|
|
416
|
+
}
|
|
398
417
|
}
|
|
399
418
|
|
|
400
419
|
.button--primary--positive {
|
|
401
420
|
background: $color-button-primary-action-positive;
|
|
402
421
|
color: $color-text-secondary;
|
|
422
|
+
|
|
423
|
+
&:hover {
|
|
424
|
+
background: $color-button-primary-action-positive-hover;
|
|
425
|
+
}
|
|
403
426
|
}
|
|
404
427
|
|
|
405
428
|
.button--primary--negative {
|
|
406
429
|
background: $color-button-primary-action-negative;
|
|
407
430
|
color: $color-text-secondary;
|
|
431
|
+
|
|
432
|
+
&:hover {
|
|
433
|
+
background: $color-button-primary-action-negative-hover;
|
|
434
|
+
}
|
|
408
435
|
}
|
|
409
436
|
|
|
410
437
|
.button--primary--danger,
|
|
411
438
|
.ui-dialog-buttonset button {
|
|
412
439
|
background: $color-button-primary-action-danger;
|
|
413
440
|
color: $color-text-secondary;
|
|
441
|
+
|
|
442
|
+
&:hover {
|
|
443
|
+
background: $color-button-primary-action-danger-hover;
|
|
444
|
+
}
|
|
414
445
|
}
|
|
415
446
|
|
|
416
447
|
.button--primary--navigation {
|
|
417
448
|
background: $color-button-primary-action-navigation;
|
|
418
449
|
color: $color-text-secondary;
|
|
450
|
+
|
|
451
|
+
&:hover {
|
|
452
|
+
background: $color-button-primary-action-navigation-hover;
|
|
453
|
+
}
|
|
419
454
|
}
|
|
420
455
|
|
|
421
456
|
.button--primary--setup {
|
|
422
457
|
background: $color-button-primary-action-setup;
|
|
423
458
|
color: $color-text-secondary;
|
|
459
|
+
|
|
460
|
+
&:hover {
|
|
461
|
+
background: $color-button-primary-action-setup-hover;
|
|
462
|
+
}
|
|
424
463
|
}
|
|
425
464
|
|
|
426
465
|
.button--secondary {
|
|
427
466
|
background-color: transparent;
|
|
428
467
|
border: 1px solid;
|
|
468
|
+
|
|
469
|
+
&:hover {
|
|
470
|
+
border: 2px solid;
|
|
471
|
+
}
|
|
429
472
|
}
|
|
430
473
|
|
|
431
474
|
.button--secondary--light {
|
|
@@ -446,6 +489,10 @@ button,
|
|
|
446
489
|
}
|
|
447
490
|
}
|
|
448
491
|
|
|
492
|
+
.home-icon:hover {
|
|
493
|
+
color: $color-background-primary;
|
|
494
|
+
}
|
|
495
|
+
|
|
449
496
|
.button--secondary--no-border {
|
|
450
497
|
border-color: transparent;
|
|
451
498
|
color: $color-text-tertiary;
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
<div class="menu__left-side col-sm-6 col-sm-offset-2">
|
|
87
87
|
<button class="hamburger" data-toggle="collapse" data-target="#menu-items"></button>
|
|
88
88
|
<a href="{% url 'home_new' %}"><img class="logo-horizontal" src='{% static "portal/img_new/logo-horizontal.png" %}'></a>
|
|
89
|
-
<a href="{% url 'home_new' %}" class="button--regular button--secondary
|
|
89
|
+
<a href="{% url 'home_new' %}" class="button--regular button--secondary--no-border home-icon"><div class="glyphicon glyphicon-home"></div></a>
|
|
90
90
|
{% block leftMenuButtons %}
|
|
91
91
|
{% if user|is_logged_in %}
|
|
92
92
|
{% if user|is_logged_in_as_teacher %}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/deploy/__init__.py
RENAMED
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/deploy/captcha.py
RENAMED
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/deploy/mail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/deploy/permissions.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-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/deploy/views.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/__init__.py
RENAMED
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/admin.py
RENAMED
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/app_settings.py
RENAMED
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/autoconfig.py
RENAMED
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/beta.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/forms/home.py
RENAMED
|
File without changes
|
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/forms/play.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/forms/teach.py
RENAMED
|
File without changes
|
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/handlers.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
|
|
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-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/models.py
RENAMED
|
File without changes
|
{codeforlife-portal-1.0.0.post.dev485 → codeforlife-portal-1.0.0.post.dev487}/portal/permissions.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
|
|
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
|
|
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
|
|
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
|
|
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
|