From 50eb050b8bd2ba156127c26f13eecd43c96f3d6e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 16 May 2020 11:02:47 +0200 Subject: [PATCH] templates: update for unified soma scheduling --- panikdb/templates/emissions/episode_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panikdb/templates/emissions/episode_detail.html b/panikdb/templates/emissions/episode_detail.html index cdd48ca..66e4a18 100644 --- a/panikdb/templates/emissions/episode_detail.html +++ b/panikdb/templates/emissions/episode_detail.html @@ -73,7 +73,7 @@ Tags : {% else %} (stream programmé dans soma) {% if can_manage and perms.nonstop.add_streameddiffusion and diffusion.end_datetime|date:"Y-m-d H:i" > s_now %} - [supprimer stream dans soma] + [supprimer stream dans soma] {% endif %} {% endif %} {# removal limited to staff as this will not remove from soma #} @@ -83,7 +83,7 @@ Tags : {% if soundfiles|integral and perms.nonstop.add_track %} [programmer dans soma] {% elif forloop.first and not soundfiles|integral and perms.nonstop.add_streameddiffusion %} - [programmer stream dans soma] + [programmer stream dans soma] {% endif %} {% endif %} -- 2.39.2