Skip to content

Commit 0d8bb8d

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

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,3 +1,6 @@
1+
from django import template
2+
3+
register = template.Library()
14

25
@register.simple_tag(takes_context=True)
36
def grid(context):

0 commit comments

Comments
 (0)