{% extends 'base.html' %} {% block content %}
{% load static %} {% if user.is_teacher %}

Create a Room


{% csrf_token %} {{ form.as_p }}
After selecting the name, your private key will be automatically generated. Which you can share among your students for joining.
{% else %}

You are not authorized to create a room.

{% endif %} Go Home
{% endblock %}