Skip to content

Commit 4bcd9bf

Browse files
committed
idom_view
1 parent 8b0b363 commit 4bcd9bf

File tree

1 file changed

+1
-1
lines changed
  • src/django_idom/templatetags

1 file changed

+1
-1
lines changed

src/django_idom/templatetags/idom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ def idom_scripts():
1212

1313
# Template tag that renders an empty idom root object
1414
@register.inclusion_tag("idom/root.html")
15-
def idom_root(html_id):
15+
def idom_view(html_id):
1616
return {"html_id": html_id}

0 commit comments

Comments
 (0)