While Sentry will try to be clever about directing members to the
appropriate login form, you're safest just to hit up your
organization-specific login when visiting the app:
{{ login_url }}
{% if pending_links_count %}
There are currently {{ pending_links_count }} member(s) who have
not yet linked their account with {{ provider_name }}. Until this
is done they will be unable to access the organization.
{% endif %}
{{ content|default_if_none:'' }}
{{ form|as_crispy_errors }}
{% for field in form %}
{{ field|as_crispy_field }}
{% if forloop.last %}
{% endif %}
{% endfor %}