Skip to content

Commit 8b0b363

Browse files
committed
styling fix
attempt re-adding tag stuff styling fix
1 parent 30a481f commit 8b0b363

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

src/django_idom/templatetags/tags.py renamed to src/django_idom/templatetags/idom.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
from django import template
2-
from django.urls import reverse
32

43

54
register = template.Library()
65

6+
77
# Template tag that renders the IDOM scripts
88
@register.inclusion_tag("idom/head_content.html")
99
def idom_scripts():
1010
pass
1111

12+
1213
# Template tag that renders an empty idom root object
1314
@register.inclusion_tag("idom/root.html")
1415
def idom_root(html_id):

0 commit comments

Comments
 (0)