summaryrefslogtreecommitdiff
path: root/templates/program/host_detail.html
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-02-27 11:38:02 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2011-02-27 11:38:02 (GMT)
commit36d8f7e5604f62bb51dcdb4dee4cc013bd0abda2 (patch)
tree8eb8aab36c2ca8f362b0f1bf555b7d229c88a136 /templates/program/host_detail.html
First commit
Diffstat (limited to 'templates/program/host_detail.html')
-rw-r--r--templates/program/host_detail.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/program/host_detail.html b/templates/program/host_detail.html
new file mode 100644
index 0000000..a632a20
--- /dev/null
+++ b/templates/program/host_detail.html
@@ -0,0 +1,13 @@
+<html>
+<head>
+ <title>Host detail: {{ host.name }}</title>
+</head>
+<body>
+
+<div id="host-detail">
+ {{ host.name }}
+ {{ host.email }}
+ {{ host.website }}
+</div>
+</body>
+</html> \ No newline at end of file