From bb238440cf5bfce184ec7efb7516612ecb2b2db8 Mon Sep 17 00:00:00 2001 From: Bryce Date: Sun, 9 Nov 2025 21:58:02 -0800 Subject: [PATCH] add simulation opetion --- templates/dashboard.html | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) 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 %} +