From: Loic Baron Date: Fri, 23 Aug 2013 13:11:43 +0000 (+0200) Subject: added view single Platform X-Git-Tag: myslice-0.2-1~46^2 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=fcc85f6dc021aaf751e739ec1dbdeb4d130b5a20 added view single Platform --- 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 %}