diff --git a/anatomy/templates/anatomy/question_detail.html b/anatomy/templates/anatomy/question_detail.html index 7d504c1c..e326aaa0 100644 --- a/anatomy/templates/anatomy/question_detail.html +++ b/anatomy/templates/anatomy/question_detail.html @@ -1,5 +1,5 @@ {% extends 'anatomy/base.html' %} -{% load partials %} + {% block content %} {% load static %} {% include 'anatomy/question_link_header.html' %} diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index 62618629..e86559cc 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -1,5 +1,4 @@ -{% load partials %} - + {% partialdef case-series %} {% for series in case.get_ordered_series %} diff --git a/atlas/templates/atlas/collection_detail.html b/atlas/templates/atlas/collection_detail.html index b78b8962..05a8d7ef 100644 --- a/atlas/templates/atlas/collection_detail.html +++ b/atlas/templates/atlas/collection_detail.html @@ -1,7 +1,6 @@ {% extends 'atlas/exams.html' %} -{% load partials %} - + {% partialdef casedetails-management-links %}