diff --git a/templates/dashboard.html b/templates/dashboard.html index 6a960b6..8cb8393 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -2,7 +2,20 @@ {% block content %}

Projects for {{ case_email }}

- + + {% set profile = get_user_profile(session.uid) %} + {% if profile.is_admin %} +
+ + +
+ {% endif %} +