{% extends 'base.html' %} {% load commonmark %} {% block title %} Join Team: {{ team.name }} | {{ block.super }} {% endblock %} {% block content %}

Really join the {{ team.name }} Team for {{ team.camp.title }}?

Your membership will need to be approved by a team responsible. You will receive an email when your membership request has been processed.

{% csrf_token %} {{ form }} Cancel

{% endblock %}