From 01444db8baee1c4dfecc41dd89ca8a9aab0df38e Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Fri, 25 Oct 2013 02:03:16 +0200 Subject: [PATCH] Inverted the map and the slicestat plugin in the resource view --- portal/templates/resource.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/templates/resource.html b/portal/templates/resource.html index 5bdfdc9a..27089a72 100644 --- a/portal/templates/resource.html +++ b/portal/templates/resource.html @@ -8,6 +8,6 @@

Resource

{{resource}} -{{resource_stats}} {{resource_as_map}} +{{resource_stats}} {% endblock %} -- 2.43.0