diff --git a/gas/templates/gas/base_form.html b/gas/templates/gas/base_form.html
index 4d49256..41aef89 100644
--- a/gas/templates/gas/base_form.html
+++ b/gas/templates/gas/base_form.html
@@ -29,3 +29,7 @@
{% endblock %}
+
+{% block extra_js %}
+ {{ form.media }}
+{% endblock %}