From 7bc947ba5679f7cdeb3d0483abd88d4deddf48f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Mon, 12 Sep 2016 13:49:48 +0200 Subject: [PATCH] Move the audios playlist in the page content --- app/templates/pages/page.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/pages/page.html b/app/templates/pages/page.html index 0c6c0f48..e0a062d4 100644 --- a/app/templates/pages/page.html +++ b/app/templates/pages/page.html @@ -54,6 +54,8 @@ {% block page_content %} {{ page.content }} {% endblock %} + {% block page_audio %} + {% endblock %} @@ -63,8 +65,6 @@ {% endblock %} {% block page_video %} {% endblock %} - {% block page_audio %} - {% endblock %} {% block page_sub_content %} {% endblock %} {% block page_related_content %} -- 2.39.5