]> git.parisson.com Git - telemeta.git/commitdiff
fix player layout
authoryomguy <yomguy@parisson.com>
Wed, 11 May 2011 22:28:42 +0000 (00:28 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 11 May 2011 22:28:42 +0000 (00:28 +0200)
telemeta/templates/telemeta_default/base.html
telemeta/templates/telemeta_default/mediaitem_player.html

index 817b092e3b975f0853e254ca5906ba7cc2913990..38ef7888e347b48e904864f3d48421ac89d4bcfb 100644 (file)
@@ -35,6 +35,7 @@
 </head>
 
 <body>
+{% block layout %}
 <div id="layout">
 {% block header %}
 <div id="header">
 </div>
 {% endblock %}
 </div>
+{% endblock layout %}
 </body>
 </html>
index fc959b3b3b9136ce061f417a77ad592451a50c49..f6a45bf7ac9e25949f6fa6464dc15adbf950742d 100644 (file)
@@ -6,6 +6,7 @@
 {% block title %}{% endblock %}
 {% block title_buttons %}{% endblock %}
 
+{% block layout %}
 {% block content %}
 <div>
 {% if item.file %}
@@ -24,6 +25,7 @@
     {% endif %}
 {% endif %}
 </div>
-{% endblock %}
+{% endblock content%}
+{% endblock layout %}
 
 {% block footer %}{% endblock %}