X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/f61d46269e6ecd5f96b92cbcfbfb0a932454e8fd..bb2d8acdcc511aa33db185698bc9ad755f33d014:/edumed/templates/base.html?ds=inline

diff --git a/edumed/templates/base.html b/edumed/templates/base.html
index 417dc88..7fe4c5e 100644
--- a/edumed/templates/base.html
+++ b/edumed/templates/base.html
@@ -59,7 +59,7 @@
         </header>
         </div>
 
-        <div id="content">{% block body %}{% block content %}{% endblock %}{% endblock %}</div>
+        <div id="content">{% block body %}{% endblock %}</div>
 
         <footer class="main">
             {# chunks? #}
@@ -96,6 +96,7 @@
 
     <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
     {% compressed_js 'base' %}
+    {% block extra_script %}{% endblock %}
     {{ piwik_tag|safe }}
     </body>
 </html>