From fcc85f6dc021aaf751e739ec1dbdeb4d130b5a20 Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Fri, 23 Aug 2013 15:11:43 +0200 Subject: [PATCH] added view single Platform --- portal/templates/platform.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 portal/templates/platform.html diff --git a/portal/templates/platform.html b/portal/templates/platform.html new file mode 100644 index 00000000..d24d9ede --- /dev/null +++ b/portal/templates/platform.html @@ -0,0 +1,11 @@ +{% extends "layout-unfold1.html" %} + +{% block head %} + +{% endblock %} + +{% block unfold1_main %} + +

Platform

+{{networks}} +{% endblock %} -- 2.43.0