summaryrefslogtreecommitdiff
path: root/helsinki.program/templates/program/host_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'helsinki.program/templates/program/host_detail.html')
-rw-r--r--helsinki.program/templates/program/host_detail.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/helsinki.program/templates/program/host_detail.html b/helsinki.program/templates/program/host_detail.html
new file mode 100644
index 0000000..b780838
--- /dev/null
+++ b/helsinki.program/templates/program/host_detail.html
@@ -0,0 +1,20 @@
+<html>
+<head>
+ <title>Host detail: {{ host.name }}</title>
+</head>
+<body>
+
+<div id="host-detail">
+ <div id="name">{{ host.name }}</div>
+
+ {% if host.email %}
+ <div id="email">{{ host.email }}</div>
+ {% endif %}
+
+ {% if host.website %}
+ <div id="website">{{ host.website }}</div>
+ {% endif %}
+</div>
+
+</body>
+</html> \ No newline at end of file