diff --git a/templates/user/edit.html b/templates/user/edit.html index ca86c01..f5a2e00 100644 --- a/templates/user/edit.html +++ b/templates/user/edit.html @@ -12,6 +12,7 @@ src="/images/icons/dashboard.png"> View Dashboard + {% if roles.administrator %} @@ -19,6 +20,7 @@ src="/images/icons/all-accounts.png"> Manage Accounts + {% endif %}