diff --git a/www/templates/index.html b/www/templates/index.html index 7797c02..83b4712 100644 --- a/www/templates/index.html +++ b/www/templates/index.html @@ -80,7 +80,9 @@

Changes

{% for change in changes %}
- {{ change.user }} at {{ change.timestamp.strftime('%d.%m.%Y %H:%M') }} in {{ change.changeset }}: {{ change.explain_action() }} {{ change.main_tag or '' }} + {{ change.user }} at {{ change.timestamp.strftime('%d.%m.%Y %H:%M') }} + in {{ change.changeset }}: {{ change.explain_action() }} + {% if change.obj_type %}{{ change.main_tag or '' }}{% endif %} {% set coord = change.changed_coord() %} {% if coord %}