Added resources to the platform description, fixed link in querytable for the init_ke...
[myslice.git] / portal / templates / platform.html
1 {% extends "layout-unfold1.html" %}
2
3 {% block head %}
4 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/dashboard.css" />
5 {% endblock %}
6
7 {% block unfold_main %}
8 <h1>Platform</h1>
9 {{networks}}
10 <br>
11 {{resources}}
12 {% endblock %}