diff --git a/templates/pages/editor.html.twig b/templates/pages/editor.html.twig index a940e60..e0e7654 100644 --- a/templates/pages/editor.html.twig +++ b/templates/pages/editor.html.twig @@ -13,9 +13,11 @@ {% block body %}
-
- Log in is required to post articles. + {% if not is_granted('ROLE_USER') %} +
+

Log in is required to post articles.

+ {% endif %}