{% extends 'portal/base.html' %} {% load static %} {% load app_tags %} {% 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 %}