]> git.0d.be Git - panikweb-esperanzah.git/blobdiff - panikweb_templates/templates/grid.html
Merge remote-tracking branch 'origin/master' into radio-esperanzah-2020
[panikweb-esperanzah.git] / panikweb_templates / templates / grid.html
index 0ea270be43a5d5c979bea23322077b0dadf66d40..9334d39f59fb110671fc6f6e4f412e0046e3eab3 100644 (file)
@@ -3,14 +3,13 @@
 {% block bodyID %}Grid{% endblock %}
 {% block title %}{% trans 'Grid' %}{% endblock %}
 {% block toptitle %}
-<h1 class="top bg-title"><a href="{% url 'grid' %}">{% trans 'Program' %}</a></h1>
+<h1 class="top bg-title"><a href="{% url 'grid' %}">Grille</a></h1>
 {% endblock %}
 {% block nav %}
-       {% emission_nav with klass="grid" %}
 {% endblock %}
 {% block main %}
 
-<div id="grid" class="wrapper">
+<div id="grid">
        <table>
                <tbody>
                <tr>
@@ -62,7 +61,7 @@
                                      {% else %}
                                       <div class="continu"><strong><a
                                           href="{% if cell.redirect_path %}{{ cell.redirect_path }}{% else %}{% url 'emission-view' slug=cell.nonstop_slug %}{% endif %}">{{ 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 %}