{% extends "aristotle_mdr/users_management/register_base.html" %} {% load aristotle_tags %} {% load static from staticfiles %} {% block title %}You've been invited to join {{ group.name }}{% endblock %} {% block left_side %}

You've been invited to join the Stewardship Organisation
{{ group.name }}
on the
{{config.SITE_NAME}}!

{% endblock %} {% block right_side %}
{% csrf_token %}

To join this organisation, click accept invitation.

Return to Dashboard
{% endblock %}