Ver a proveniência

redirect live user to backup

master
tr4ck3ur des JM2L há 8 anos
ascendente
cometimento
604194228c
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      jm2l/templates/Live.mako

+ 2
- 1
jm2l/templates/Live.mako Ver ficheiro

@@ -22,7 +22,8 @@ Voici les liens vers les conférences Live:
</p>
<p>
% for ev in events:
<a href="http://jm2l.linux-azur.org:8081/${ev.Salle.phy_salle_id}.webm" target="_blank"> Live Vidéo</a> -
<a href="http://jm2l-bkp.linux-azur.org:8080/${ev.Salle.phy_salle_id}.webm" target="_blank"> Live Vidéo</a> -
## <a href="http://jm2l.linux-azur.org:8081/${ev.Salle.phy_salle_id}.webm" target="_blank"> Live Vidéo</a> -
<a href="http://jm2l.linux-azur.org/event/${ev.for_year}/${ev.slug}"> ${ev.event_type} </a> - ${ev.name}
</br>
% endfor


Carregando…
Cancelar
Guardar