Cancel the edition.
[turniej.git] / apps / edition2 / templates / edition2 / base.html
index ba12c66..b7e3392 100644 (file)
 
 
 {{ piwik_tag|safe }}
-<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
-<script type="text/javascript" src="{{ STATIC_URL }}js/jquery.countdown.min.js"></script>
-<script type="text/javascript" src="{{ STATIC_URL }}js/jquery.countdown-pl.js"></script>
-<script type="text/javascript">
-$(function () {
-    var deadline = new Date(2013, 1, 15);
-    $('#countdown').countdown({until: deadline});
-});
-</script>
 </body>