From c3499006fe64da65862d59cb72ebda6c1c8ed4b7 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 29 Sep 2021 19:07:23 +0100 Subject: [PATCH] . --- anatomy/templates/anatomy/exam_form.html | 4 ++++ longs/templates/longs/exam_form.html | 1 - rapids/templates/rapids/exam_form.html | 4 ++++ 3 files changed, 8 insertions(+), 1 deletion(-) 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