summaryrefslogtreecommitdiffstats
path: root/templates/admin/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin/index.html')
-rw-r--r--templates/admin/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/admin/index.html b/templates/admin/index.html
index a0d17fe..7ab55e1 100644
--- a/templates/admin/index.html
+++ b/templates/admin/index.html
@@ -2,5 +2,11 @@
{% block main %}
{% if user.is_admin %}
<h2>Select an item to configure</h2>
+ <div class="col-md-12 col-sm-12 col-xs-12">
+ {#<img src="{{ baseurl }}/scheme" width="100%"/>#}
+ <object data="{{ baseurl }}/scheme" type="image/svg+xml" width="100%" height="100%">
+ <param name="wmode" value="transparent" />
+ </object>
+ </div>
{% endif %}
{% endblock %}