diff --git a/src/templates/errors/403_embed.pug b/src/templates/errors/403_embed.pug index a9e55a72..0a54cece 100644 --- a/src/templates/errors/403_embed.pug +++ b/src/templates/errors/403_embed.pug @@ -4,7 +4,12 @@ .error-top-container .error-title Forbidden. .error-lead + | {% if current_user.is_authenticated %} p You don't have access to this content. + | {% else %} + p You don't have access to this content. Or maybe you do once you log in. + | {% endif %} + | {% if current_user.is_authenticated %} | {% if current_user.has_role('demo') %}