diff --git a/theme/templatetags/stricter_templates.py b/theme/templatetags/stricter_templates.py index 5184592..ae8ab7c 100644 --- a/theme/templatetags/stricter_templates.py +++ b/theme/templatetags/stricter_templates.py @@ -4,7 +4,7 @@ register = template.Library() @register.filter(name='items') def items(value): - """Just do value.items(); the reason to not just do value.items in the templatte that the latter will first do a + """Just do value.items(); the reason to not just do value.items in the template that the latter will first do a dictionary lookup; if the dictionary contains an item with the key 'items', that will be returned which is definitely not what we want here. """ try: