{% extends "base.html" %} {% block title %}Join a Class — Python 108{% endblock %} {% block content %}

Join a Class

{% if existing_class %}
You are currently enrolled in:
{{ existing_class['name'] }}

To switch classes, contact your teacher or admin.

Back to Dashboard
{% else %}

Enter the 6-character code your teacher gave you.

Codes are 6 characters — letters and numbers, case-insensitive.
Don't have a code?
  • Ask your teacher to share the class enrol code.
  • Codes can be found on your class notice board.
  • Contact your school admin if you need help.

← Back to Dashboard

{% endif %}
{% endblock %}