]> git.parisson.com Git - mezzo.git/commitdiff
Fix content
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 4 Jan 2017 17:47:08 +0000 (18:47 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 4 Jan 2017 17:47:08 +0000 (18:47 +0100)
app/templates/projects/project_blogpage_detail.html

index a95857fc354538be2e169b9139cbdbdbf82209e6..fa402c7104ba98627b8a0b9091e6e6d5d98ac7d0 100644 (file)
@@ -40,8 +40,8 @@
 {% endblock %}
 
 {% block page_content %}
-    {% if project.content %}
-        {% editable project.content %}
+    {% if object.content %}
+        {% editable object.content %}
             {{ object.content|richtext_filters|safe }}
         {% endeditable %}
     {% endif %}