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

diff --git a/edumed/templates/base.html b/edumed/templates/base.html
index 48b074f..7fe4c5e 100644
--- a/edumed/templates/base.html
+++ b/edumed/templates/base.html
@@ -1,5 +1,4 @@
 <!DOCTYPE html>
-{% load url from future %}
 {% load i18n static %}
 {% load fnp_common fnp_share fnp_lang macros %}
 {% load compressed static %}
@@ -25,7 +24,6 @@
         <!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script></script><![endif]-->
     </head>
     <body id="{% block body-id %}body{% endblock %}">
-
         <div id="header-wrapper">
         <header class="main" style="position:relative;">
             <!--img
@@ -98,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>