summaryrefslogtreecommitdiff
path: root/templates/detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/detail.html')
-rw-r--r--templates/detail.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/detail.html b/templates/detail.html
deleted file mode 100644
index 351ab4e..0000000
--- a/templates/detail.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% load i18n %}
-<h2>{{ marker.name }}</h2>
-<div id='detail_content'>
-{% if marker.picture %}<img src='{{media_path}}{{marker.picture}}' alt='{{marker.name}}'/>{%endif%}
-<div>{% for property in marker.getProperties %}
-<p id='{{property.propertymodel.getNamedId}}'>{{ property.value|safe }}</p>
-{% endfor %}</div>
-</div>