Add missing decorator to get_collections tags.
This commit is contained in:
@@ -23,6 +23,7 @@ except sh.CommandNotFound:
|
|||||||
DATE = None
|
DATE = None
|
||||||
|
|
||||||
|
|
||||||
|
@register.assignment_tag
|
||||||
def get_collections():
|
def get_collections():
|
||||||
return Collection.get_all()
|
return Collection.get_all()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user