From 98a36349ce5be2f59e450d5e6c0da4816e2498e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 6 Jan 2020 16:09:13 +0100 Subject: [PATCH] allow staff to remove diffusions already in soma --- panikdb/templates/emissions/episode_detail.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/panikdb/templates/emissions/episode_detail.html b/panikdb/templates/emissions/episode_detail.html index a533ff9..1821190 100644 --- a/panikdb/templates/emissions/episode_detail.html +++ b/panikdb/templates/emissions/episode_detail.html @@ -76,7 +76,7 @@ Tags : [programmer dans soma] {% else %} (diffusion déjà programmée dans soma) - + {% if user.is_staff %}{% endif %} {% endif %} {% endif %} {% if not soundfiles|integral and perms.nonstop.add_streameddiffusion %} @@ -84,6 +84,7 @@ Tags : [programmer stream dans soma] {% else %} (stream déjà programmé dans soma) + {% if user.is_staff %}{% endif %} {% endif %} {% endif %} {% endif %} -- 2.39.2