diff --git a/anatomy/templates/anatomy/exam_form.html b/anatomy/templates/anatomy/exam_form.html index d7820d89..e057d60e 100755 --- a/anatomy/templates/anatomy/exam_form.html +++ b/anatomy/templates/anatomy/exam_form.html @@ -1,5 +1,9 @@ {% extends "anatomy/base.html" %} +{% block js %} + {{ form.media }} +{% endblock %} + {% block content %}

Add Exam

diff --git a/longs/templates/longs/exam_form.html b/longs/templates/longs/exam_form.html index ea22aa27..a7f5fcf3 100755 --- a/longs/templates/longs/exam_form.html +++ b/longs/templates/longs/exam_form.html @@ -4,7 +4,6 @@ {{ form.media }} {% endblock %} - {% block content %}

Add Exam

diff --git a/rapids/templates/rapids/exam_form.html b/rapids/templates/rapids/exam_form.html index ea39f778..4452c97d 100755 --- a/rapids/templates/rapids/exam_form.html +++ b/rapids/templates/rapids/exam_form.html @@ -1,5 +1,9 @@ {% extends "rapids/base.html" %} +{% block js %} + {{ form.media }} +{% endblock %} + {% block content %}

Add Exam