diff --git a/apis_core/apis_entities/templates/apis_entities/detail_views/detail_generic.html b/apis_core/apis_entities/templates/apis_entities/detail_views/detail_generic.html index dbf48ef54..0265a2406 100644 --- a/apis_core/apis_entities/templates/apis_entities/detail_views/detail_generic.html +++ b/apis_core/apis_entities/templates/apis_entities/detail_views/detail_generic.html @@ -110,10 +110,6 @@
Titel | -{{ object.name }} | -||
---|---|---|---|
{{ field.verbose_name }} | @@ -122,24 +118,26 @@|||
Labels | -
- {% for x in no_merge_labels %}
- |
- ||
ID | -{{ object.id }} | -||
Type | -{{ object.kind }} | -||
Labels | +
+ {% for x in no_merge_labels %}
+ |
+ ||
Type | +{{ object.kind }} | +||
Notes | -{{ object.notes }} | +Lat/Lng | +{{ object.lat }} / {{ object.lng }} |
References | -{{ object.references }} | - {% endif %} + {% endif %} - {% if object.lat %} -||
Lat/Lng | -{{ object.lat }} / {{ object.lng }} | -
Collection(s) |
{% for x in object.collection.all %} |
||
---|---|---|---|
Uri(s) | +
+ {% for x in object.uri_set.all %}
+ {{ x }}
+ + {% endfor %} + |
+ ||
Uri(s) | -
- {% for x in object.uri_set.all %}
- {{ x }}
- - {% endfor %} - |
+ Notes | +{{ object.notes }} |
Notes | -{{ object.notes }} | -||
References | +{{ object.references }} | +