Add SVG Image to the Home administration page
[cascardo/ipsilon.git] / templates / admin / index.html
index a0d17fe..7ab55e1 100644 (file)
@@ -2,5 +2,11 @@
 {% block main %}
 {% if user.is_admin %}
     <h2>Select an item to configure</h2>
 {% 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 %}
 {% endif %}
 {% endblock %}