From 075bd5e120aa50e70be160e2cbbf90f0603ef6a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Le=CC=81o=20S=2E?= Date: Thu, 23 Jan 2025 17:03:20 +0100 Subject: [PATCH] dashboard: add Tally popup for prescribers and employers --- itou/templates/dashboard/dashboard.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/itou/templates/dashboard/dashboard.html b/itou/templates/dashboard/dashboard.html index f839eaaa303..7f7155e8a14 100644 --- a/itou/templates/dashboard/dashboard.html +++ b/itou/templates/dashboard/dashboard.html @@ -258,4 +258,25 @@

Événements à venir

{% block script %} {{ block.super }} + + {% if user.is_employer or user.is_prescriber_with_authorized_org %} + + + {% endif %} {% endblock %}