diff --git a/templates/base.html b/templates/base.html
index f36cd30..be290a7 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -75,112 +75,6 @@
{% endcompress %}
{% endif %}
- {% if not INLINE_JQUERY %}
-
- {% endif %}
-
- {% compress js %}
-
- {% if INLINE_JQUERY %}
-
- {% endif %}
-
-
-
-
-
-
- {% include "extra_js.html" %}
-
-
-
- {% endcompress %}
-
- {% block js_media %}{% endblock %}
- {% if request.in_contest %}
-
- {% endif %}
-
- {% if request.user.is_authenticated %}
-
- {% else %}
-
- {% endif %}
-
- {% if misc_config.analytics %}
- {{ misc_config.analytics|safe }}
- {% endif %}
-
- {# Don't run userscript since it may be malicious #}
- {% if request.user.is_authenticated and request.profile.user_script and not request.user.is_impersonate %}
-
- {% endif %}