{% extends "base.html" %} {% block stylesheets %} {% endblock %} {% block content %}

Create Team

{% for info in infos %} {% endfor %} {% for error in errors %} {% endfor %}

After creating your team, share the team name and password with your teammates so they can join your team.

{% endblock %} {% block scripts %} {% endblock %}