This commit is contained in:
Ross
2021-12-18 20:17:14 +00:00
parent 5a79713483
commit cb5593edb0
+2
View File
@@ -89,6 +89,8 @@ class AuthorOrCheckerRequiredMixin(object):
@register.filter
def get_item(dictionary, key):
if dictionary is None:
return ""
return dictionary.get(key)