diff --git a/froide_govplan/templates/froide_govplan/plugins/updates.html b/froide_govplan/templates/froide_govplan/plugins/updates.html index ae0b7da..bfda4db 100644 --- a/froide_govplan/templates/froide_govplan/plugins/updates.html +++ b/froide_govplan/templates/froide_govplan/plugins/updates.html @@ -5,22 +5,19 @@
-
- {% if show_context %} -
- - {{ update.plan.get_section }} - -
+ {% if show_context %} +
+ + {{ update.plan.get_section }} + {% endif %} -

- {% if show_context %} - {{ update.plan }} - {% else %} - {{ update.title }} - {% 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 %}