Generic ObjectRequest class can be used for the rest interface
[myslice.git] / ui / templates / layout-unfold1.html
index 7d3ee2e..01e22fb 100644 (file)
@@ -1,9 +1,9 @@
 {% extends "base.html" %}
 
 {% block base_content %}
-    <div id="unfold1-main" class="col-xs-12 columns">
+    <div class="wrapper container">
       {% block unfold_main %}
       "The main content area (define block 'unfold_main')"
       {% endblock unfold_main %}
-    </div><!--col-xs-12-->
+    </div>
 {% endblock %}