]> git.0d.be Git - panikweb.git/commitdiff
emissions: remove description field, as it doesn't exist anymore in the model
authorFrédéric Péters <fpeters@0d.be>
Wed, 16 Oct 2013 18:29:44 +0000 (20:29 +0200)
committerFrédéric Péters <fpeters@0d.be>
Wed, 16 Oct 2013 18:33:32 +0000 (20:33 +0200)
panikweb_templates/templates/emissions/detail.html

index 5cc14e2cc1e791170b73edd82c12c929ef1cad55..4e40fc48c7a090190c0be60d567b0c83b86ead34 100644 (file)
        {% if emission.image %}
                <img class="logo right" src="{{ emission.image.url }}"/>
        {% endif %}
-       {% if emission.description %}
-       <div class="description bold">
-               {{ emission.description }}
-       </div>
-       {% endif %}
 
        {% if emission.text %}
        <article class="text userContent">