Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
j4mie committed Oct 20, 2021
1 parent d18fd4c commit 4242110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wrapwith/templatetags/wrapwith.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class ResolveWithAliases:
Wraps a FilterExpression and injects the WRAPWITH_TEMPLATES alias
dictionary into its context before resolving the variable name.
"""

def __init__(self, template):
self.template = template
self.aliases = getattr(settings, "WRAPWITH_TEMPLATES", {})
Expand Down

0 comments on commit 4242110

Please sign in to comment.