lufi/themes/default/templates/invitations/exception.html.ep

11 lines
365 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

% if (stash('expired_or_deleted_invitation')) {
<article class="message-card error">
<%= l('Sorry, your invitation has expired or has been deleted.') %>
</article>
% }
% if (stash('invitation_not_found')) {
<article class="message-card error">
<%= l('Sorry, the invitation doesnt exist. Are you sure you are on the right URL?') %>
</article>
% }