diff --git a/froide_govplan/templates/froide_govplan/plugins/updates.html b/froide_govplan/templates/froide_govplan/plugins/updates.html index bb2e76a..940606d 100644 --- a/froide_govplan/templates/froide_govplan/plugins/updates.html +++ b/froide_govplan/templates/froide_govplan/plugins/updates.html @@ -1,53 +1,54 @@ {% load markup %} {% for update in updates %} -
-
-
- -
-
- {% if show_context %} -
- - {{ update.plan.get_section }} - -
- {% endif %} -

- {% if show_context %} - {{ update.plan }} - {% else %} - {{ update.title }} - {% endif %} -

-
-
- - {% if update.user %}von {{ update.user.get_full_name }}{% endif %}{% if update.organization %}, {{ update.organization.name }}{% endif %} -
-
-
- {% if update.content %} -
+{% if wrapper_classes %}{% endif %} {% endfor %} \ No newline at end of file