{% extends 'redesign/base_new.html' %} {% load staticfiles %} {% load app_tags %} {% block css %} {{ block.super }} {% endblock css %} {% block scripts %} {{ block.super }} {% endblock scripts %} {% block pageID %}id='homeWrapper'{% endblock %} {% block content %} {{ block.super }}

Browser support

The Code for Life website and the Rapid Router app should be supported by all modern browsers. Please note this means that Internet Explorer 8 and Internet Explorer 9 are not supported. Please upgrade to Internet Explorer 10 or above, or use an alternative browser if you are currently using these browsers.

Should you experience any difficulties with support for browsers or other devices you are using which you are unable to resolve, please contact us for assistance.

FAQs

+ I am a school student and have forgotten my password. How do I reset it?

+ I am a teacher and have forgotten my password. How do I reset it?

+ I am an independent student and have forgotten my password. How do I reset it?

+ I'm having problems choosing an acceptable password for my account. What am I missing?

+ How do I choose a secure and memorable password for my account?

+ What is two factor authentication? Do I need it?

+ What if I teach at more than one school? Can I sign up with one email address?

+ I want to sign up as a Teacher. Why am I asked for my 'professional' email address when registering?

+ What should I do when my students leave my school or club?

+ What is an independent student?

+ What if a student moves to another school? Can they keep their progress?

+ What do I need to do to allow an independent student to join my class or school?

+ I've set up my students. How do they log in?

+ As a student in a school or club, who can I share my custom created levels with?

+ As a teacher, who can I share my custom created levels with?

+ How can I control the levels my students create?

+ I am an independent student. Why can't I share my custom created levels?

Contact us

{% csrf_token %}
{{ form.non_field_errors }}
{{ form.name }} {{ form.name.errors }}
{{ form.telephone }} {{ form.telephone.errors }}
{{ form.email }} {{ form.email.errors }}
{{ form.message }} {{ form.message.errors }}
{{ form.browser }} {% if form.recaptcha %}
{{ form.recaptcha|safe }} {{ form.recaptcha.errors }}
{% endif %}
{% endblock content %}