{% extends 'portal/teach/base.html' %} {% load static %} {% block scripts %} {% endblock scripts %} {% block nav_teacher_school %}School | Club{% endblock nav_teacher_school %} {% block content %}

School | Club


Create or join a school or club


You can either request to join a school or club that is already set up on Code for Life, or create a new one if you are the first teacher in your school or club.

{% if teacher.pending_join_request %}
{% else %}
{% endif %} {% endblock %}