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

Join Team

{% include "components/errors.html" %}

Welcome to {{ team.name }}!

Click the button below to join the team!
Or click here if you'd prefer to create your own team.

{% with form = Forms.teams.TeamInviteJoinForm() %}
{{ form.submit(class="btn btn-success btn-block") }}
{{ form.nonce() }}
{% endwith %}
{% endblock %} {% block scripts %} {% endblock %}