From f5140a031426563873f2f612f83789b375bfc526 Mon Sep 17 00:00:00 2001 From: Ilya Zverev Date: Mon, 21 Mar 2016 16:58:12 +0300 Subject: [PATCH] link to object --- www/templates/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 %}