Inverted the map and the slicestat plugin in the resource view
[myslice.git] / portal / templates / resource.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 unfold1_main %}
8
9 <h1>Resource</h1>
10 {{resource}}
11 {{resource_as_map}}
12 {{resource_stats}}
13 {% endblock %}