Skip to content

Commit d0eb87e

Browse files
authored
Merge pull request yograterol#6 from DavidToca/patch-3
Add missing parameter
2 parents 1b2452f + cb63764 commit d0eb87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack_loader/templatetags/webpack_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
@register.simple_tag
11-
def render_bundle(bundle_name, extension=None, config='DEFAULT'):
11+
def render_bundle(bundle_name, extension=None, config='DEFAULT', attrs=''):
1212
try:
1313
tags = utils.get_as_tags(bundle_name, extension=extension, config=config, attrs=attrs)
1414
return mark_safe('\n'.join(tags))

0 commit comments

Comments
 (0)