{% extends 'ccc/campaigns/base.html' %} {% load staticfiles %} {% block title %} Join team {{ campaign.name }}{% endblock title %} {% block css %} {% endblock css %} {% block content %}
You have successfully joined to {{ member.team }}

Team Details

The name of the team
Description of team
You are now a team member
{% endblock content %}