Merge branch 'master' into newnames
[myslice.git] / portal / templates / resource.html
index ed7beb0..5b59f73 100644 (file)
@@ -4,9 +4,17 @@
 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/dashboard.css" />
 {% endblock %}
 
-{% block unfold1_main %}
+{% block unfold_main %}
 
+<div align="center">
 <h1>Resource</h1>
+<div style="width:80%;">
 {{resource}}
+</div>
+<div style="width:80%;">
 {{resource_as_map}}
+</div>
+<div style="width:80%;">
+{{resource_stats}}
+</div>
 {% endblock %}