{% extends 'portal/base.html' %} {% load staticfiles %} {% load app_tags %} {% block dashboard %} School / Club {% endblock dashboard %} {% block css %} {{ block.super }} {% endblock css %} {% block pageID %}id='homeWrapper'{% endblock %} {% block content %}

Invite a teacher

To invite another teacher from your school or club to join Code for Life,

Just put their email address in the field below.

{{ invite_form.non_field_errors }}
{% csrf_token %} {{ invite_form.email }} {{ invite_form.email.errors }}
Cancel
{% endblock content %}