X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/b2789efe30a42c1c9780c6cf132d905ea7e41c87..05ce0b5f9bd62d1b369a6718bec1b70e0a4a0fef:/edumed/templates/base.html

diff --git a/edumed/templates/base.html b/edumed/templates/base.html
index 6233cf3..7fe4c5e 100644
--- a/edumed/templates/base.html
+++ b/edumed/templates/base.html
@@ -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>