]> git.0d.be Git - panikweb.git/commitdiff
add emission subtitle to emission nav
authorlaron <simon@surlaterre.org>
Sun, 22 Sep 2013 12:53:10 +0000 (14:53 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sun, 22 Sep 2013 13:41:54 +0000 (15:41 +0200)
panikweb_templates/templates/emissions/nav.html

index 112d7e0234646890a14df8c6227d066100344d4a..4bde15cee2228d2140fe3afa55f43997a2e89b71 100644 (file)
@@ -47,6 +47,7 @@
                        <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 %}