diff --git a/anatomy/templates/anatomy/exam_form.html b/anatomy/templates/anatomy/exam_form.html index e057d60e..0131ad79 100755 --- a/anatomy/templates/anatomy/exam_form.html +++ b/anatomy/templates/anatomy/exam_form.html @@ -1,4 +1,4 @@ -{% extends "anatomy/base.html" %} +{% extends "anatomy/exams.html" %} {% block js %} {{ form.media }} diff --git a/longs/templates/longs/exam_form.html b/longs/templates/longs/exam_form.html index a7f5fcf3..50f662ed 100755 --- a/longs/templates/longs/exam_form.html +++ b/longs/templates/longs/exam_form.html @@ -1,4 +1,4 @@ -{% extends "longs/base.html" %} +{% extends "longs/exams.html" %} {% block js %} {{ form.media }} diff --git a/physics/templates/physics/exam_form.html b/physics/templates/physics/exam_form.html index 5ed0de54..30eb27e1 100755 --- a/physics/templates/physics/exam_form.html +++ b/physics/templates/physics/exam_form.html @@ -1,4 +1,4 @@ -{% extends "physics/base.html" %} +{% extends "physics/exams.html" %} {% block js %} {{ form.media }} diff --git a/rapids/templates/rapids/exam_form.html b/rapids/templates/rapids/exam_form.html index 4452c97d..72bca3df 100755 --- a/rapids/templates/rapids/exam_form.html +++ b/rapids/templates/rapids/exam_form.html @@ -1,10 +1,11 @@ -{% extends "rapids/base.html" %} +{% extends "rapids/exams.html" %} {% block js %} {{ form.media }} {% endblock %} {% block content %} +