]> git.0d.be Git - panikweb.git/commitdiff
emissions: remove duplicated subtitle from navigation
authorFrédéric Péters <fpeters@0d.be>
Wed, 16 Oct 2013 18:31:50 +0000 (20:31 +0200)
committerFrédéric Péters <fpeters@0d.be>
Wed, 16 Oct 2013 18:33:32 +0000 (20:33 +0200)
panikweb_templates/templates/emissions/nav.html

index ef4d695fe933f0cd01e393c86fe3ff0673f577e8..1e11dc9fbbdfa4b1b8885af42b46e4ed173da981 100644 (file)
@@ -44,7 +44,6 @@
                        <h2 class="squashed title">
                                <a href="{% url 'emission-view' slug=emission.slug %}">{{ emission.title }}</a>
                        </h2>
-               {% if emission.subtitle  %}<h4 class="squashed title">{{ emission.subtitle }}</h4>{% endif %}
                {% if emission.categories %}
                        <div class="categories">
                        {% for category in emission.categories.all %}