link to object
This commit is contained in:
parent
f5140a0314
commit
13e825c1e8
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
<div class="change">
|
||||
<a href="https://www.openstreetmap.org/user/{{ change.user }}">{{ change.user }}</a> at {{ change.timestamp.strftime('%d.%m.%Y %H:%M') }}
|
||||
in <a href="https://www.openstreetmap.org/changeset/{{ change.changeset }}">{{ change.changeset }}</a>: {{ change.explain_action() }}
|
||||
{% if change.obj_type %}<a href="https://www.openstreetmap.org/{{ change.obj_type }}/{{ change.obj_id }}">{{ change.main_tag or '' }}</a>{% endif %}
|
||||
{% if change.obj_type %}<a href="https://www.openstreetmap.org/{{ {'n':'node', 'w':'way', 'r':'relation'}[change.obj_type] }}/{{ change.obj_id }}">{{ change.main_tag or '' }}</a>{% endif %}
|
||||
<table>
|
||||
{% set coord = change.changed_coord() %}
|
||||
{% if coord %}
|
||||
|
|
Loading…
Add table
Reference in a new issue