]> git.0d.be Git - panikweb.git/commitdiff
add "musique en continu" label next to nonstop zones
authorFrédéric Péters <fpeters@0d.be>
Mon, 16 Sep 2013 21:24:13 +0000 (23:24 +0200)
committerFrédéric Péters <fpeters@0d.be>
Mon, 16 Sep 2013 21:24:13 +0000 (23:24 +0200)
panikweb_templates/templates/includes/week.html

index 651ce565814224d4e7ca5f7a0111f4a19faf81e7..273ad22d39cb8496c9b931456403374cbb7707c6 100644 (file)
@@ -34,7 +34,7 @@
                                                        {% elif cell.emission %}
                                                                {% with cell.emission as emission %}{% emission_resume %}{% endwith %}
                                                        {% else %}
-                                                               <a href="{% url 'emission-view' slug=cell.slug %}" class="inBlock nonstop box smooth"><em>{{ cell.label }}</em></a>
+                                                               <a href="{% url 'emission-view' slug=cell.slug %}" class="inBlock nonstop box smooth">Musique en continu : <em>{{ cell.label }}</em></a>
                                                        {% endif %}
                                                {% endfor %}
                                                </div>