added view single Platform
authorLoic Baron <loic.baron@lip6.fr>
Fri, 23 Aug 2013 13:11:43 +0000 (15:11 +0200)
committerLoic Baron <loic.baron@lip6.fr>
Fri, 23 Aug 2013 13:11:43 +0000 (15:11 +0200)
portal/templates/platform.html [new file with mode: 0644]

diff --git a/portal/templates/platform.html b/portal/templates/platform.html
new file mode 100644 (file)
index 0000000..d24d9ed
--- /dev/null
@@ -0,0 +1,11 @@
+{% extends "layout-unfold1.html" %}
+
+{% block head %}
+<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/dashboard.css" />
+{% endblock %}
+
+{% block unfold1_main %}
+
+<h1>Platform</h1>
+{{networks}}
+{% endblock %}