Add missing decorator to get_collections tags.

This commit is contained in:
Roberto Rosario
2016-11-17 01:34:12 -04:00
parent 844511340d
commit e950ea6698

View File

@@ -23,6 +23,7 @@ except sh.CommandNotFound:
DATE = None
@register.assignment_tag
def get_collections():
return Collection.get_all()