Skip to content
Snippets Groups Projects
Commit 4e449dbd authored by Kasia Krasnowska's avatar Kasia Krasnowska
Browse files

forgot a file

parent 5187987e
Branches
Tags
No related merge requests found
from django import template
register = template.Library()
@register.filter
def get_item(dictionary, key):
return dictionary.get(key)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment