From a3a4d8d0d8ae0339d8a4aff5815910056979e1bf Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Thu, 10 Dec 2015 16:06:24 -0700 Subject: [PATCH] notice if you don't have permissions to even see dashboard --- themes/grav/templates/dashboard.html.twig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/grav/templates/dashboard.html.twig b/themes/grav/templates/dashboard.html.twig index 6fd0b492..2a590f1f 100644 --- a/themes/grav/templates/dashboard.html.twig +++ b/themes/grav/templates/dashboard.html.twig @@ -147,5 +147,7 @@ {% endfor %} + {% else %} +
You dont' have sufficient access to view the dashboard...
{% endif %} {% endblock %}