Skip to content

Commit 66df668

Browse files
authored
Update css_grid.py
1 parent b754b89 commit 66df668

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

css-grid/templatetags/css_grid.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11

2+
@register.simple_tag(takes_context=True)
3+
def grid(context):
4+
return context['_prefix']

0 commit comments

Comments
 (0)