{% from 'message_box.html' import message_box %}
{% call message_box('info') %}
{% trans %}
After completing payment on Open Collective,
You will see a warning message that your request is being redirected to outside of Open Collective.
Check the redirect URL then click Continue on that screen.
So that you can get redirected back to registration then have your payment result processed.
{% endtrans %}
{% endcall %}