This commit is contained in:
Ross
2021-12-18 20:19:32 +00:00
parent 1020194101
commit 0d0d8eec8f
+1 -1
View File
@@ -90,7 +90,7 @@ class AuthorOrCheckerRequiredMixin(object):
@register.filter
def get_item(dictionary, key):
if dictionary is None:
return ""
return None
return dictionary.get(key)