From 3952e7d57408184261c4ae61df7a242d2d64713a 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 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/itou/templates/dashboard/dashboard.html b/itou/templates/dashboard/dashboard.html index f839eaaa30..9a2188e5ee 100644 --- a/itou/templates/dashboard/dashboard.html +++ b/itou/templates/dashboard/dashboard.html @@ -258,4 +258,24 @@

Événements à venir

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