]> git.0d.be Git - panikweb.git/commitdiff
remove nonstop subtitles
authorFrédéric Péters <fpeters@0d.be>
Wed, 1 Aug 2018 12:09:14 +0000 (14:09 +0200)
committerFrédéric Péters <fpeters@0d.be>
Wed, 1 Aug 2018 12:09:14 +0000 (14:09 +0200)
panikweb_templates/templates/grid.html

index 17768257d821ed27757a23d860b48f83a45f02d1..09f2b1fee2bdaa29e06ab88300d4096358dc68d2 100644 (file)
@@ -60,7 +60,7 @@
                                        {% endfor %}
                                      {% else %}
                                      <div class="continu"><strong><a href="{% url 'emission-view' slug=cell.nonstop_slug %}">{{ cell }}</a></strong></div>
-                                       {% if cell.w > 1 and cell.h > 1%}<p>la musique en continu</p>{% endif %}
+                                       {% if cell.w > 1 and cell.h > 1%}<!--<p>la musique en continu</p>-->{% endif %}
                                      {% endif %}
                          </td>
                          {% endfor %}