From 4bf404beecb22613c8dfc3911fcf56e6cd7f50fa Mon Sep 17 00:00:00 2001
From: Allan Lasser
out and sign back in with the account you'd like to use.
{% endblocktrans %}
+ {% blocktrans %} + You must verify your email address before you can accept an admin invitation. + {% endblocktrans %} +
+ {% endif %} {% else %}{% blocktrans %} @@ -75,6 +83,17 @@
No pending requests
No pending invitations
{% blocktrans %} You must verify your email address before you can accept an admin invitation. @@ -83,7 +82,7 @@
- {% blocktrans with name=invitation.organization.name %} - You have been invited you to join {{ name }}, an organization - account on MuckRock. If you have questions or think this might malicious, - please reach out to the organization directly to confirm. - {% endblocktrans %} -
- {% if request.user.is_authenticated %} -- {% blocktrans with name=request.user.name email=request.user.email %} - You're currently logged in as {{ name }} with {{ email }}. If you'd - like to associate this invitation with another account, please sign - out and sign back in with the account you'd like to use. - {% endblocktrans %} -
- {% if accept_form.requires_email_verification %} -- {% blocktrans %} - You must verify your email address before you can accept an admin invitation. - {% endblocktrans %} -
- {% endif %} - {% else %} -- {% blocktrans %} - MuckRock is a non-profit organization that builds transparency tools - for journalists, researchers and the public. - {% endblocktrans %} -
-- {% blocktrans %} - Before you can accept this account, you need to either create a new - account or log in with the account you'd like to join. - {% endblocktrans %} -
-- {% blocktrans %} - Your MuckRock account will give you access to MuckRock, - DocumentCloud, FOIA Machine and Big Local News, as well as make it - easier to collaborate with your colleagues there. - {% endblocktrans %} -
- {% endif %} ++ {% blocktrans with name=invitation.organization.name %} + You have been invited you to join {{ name }}, an organization + account on MuckRock. If you have questions or think this might malicious, + please reach out to the organization directly to confirm. + {% endblocktrans %} +
+ {% if request.user.is_authenticated %} ++ {% url 'users:redirect' as user_url %} + {% blocktrans with name=request.user.name email=request.user.email %} + You're currently logged in as {{ name }} with {{ email }}. + {% endblocktrans %} +
++ {% blocktrans %} + If you'd like to associate this invitation with another account, + please sign out and sign back in with the account you'd like to use. + {% endblocktrans %} + {% if accept_form.requires_email_verification %} +
+ {% blocktrans %} + You must verify your email address before you can accept an admin invitation. + {% endblocktrans %} +
+ {% endif %} + {% else %} ++ + {% blocktrans %} + Before you can accept this account, you need to either create a new + account or log in with the account you'd like to join. + {% endblocktrans %} + +
++ {% blocktrans %} + MuckRock is a non-profit organization that builds transparency tools + for journalists, researchers and the public. + {% endblocktrans %} +
++ {% blocktrans %} + Your MuckRock account will give you access to MuckRock, + DocumentCloud, FOIA Machine and Big Local News, as well as make it + easier to collaborate with your colleagues there. + {% endblocktrans %} +
+ {% endif %} - {% if request.user.is_authenticated %} - {% if accept_form.requires_email_verification %} -