Added lesson-curriculum relation.
[edumed.git] / catalogue / templatetags / catalogue_tags.py
index 80b1a0c..09113d9 100755 (executable)
@@ -17,11 +17,6 @@ def catalogue_section_buttons():
         "object_list": Section.objects.all()
     }
 
-@register.inclusion_tag("catalogue/snippets/chosen_topics.html")
-def catalogue_chosen_topics():
-    return {
-    }
-
 @register.inclusion_tag("catalogue/snippets/section_box.html")
 def section_box(section):
     lessons = SortedDict()