From: Frédéric Péters Date: Mon, 6 Jan 2020 15:09:13 +0000 (+0100) Subject: allow staff to remove diffusions already in soma X-Git-Tag: v2021~251 X-Git-Url: https://git.0d.be/?p=panikdb.git;a=commitdiff_plain;h=98a36349ce5be2f59e450d5e6c0da4816e2498e0 allow staff to remove diffusions already in soma --- 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 %}