Skip to content

Commit

Permalink
Update djangocms_alias_tags.py
Browse files Browse the repository at this point in the history
adding use_cache to static_alias to allow caching
  • Loading branch information
vasekch authored Nov 16, 2023
1 parent 0dd5ed6 commit 40da64e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions djangocms_alias/templatetags/djangocms_alias_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ def render_tag(self, context, static_code, extra_bits, nodelist=None):
placeholder=placeholder,
context=context,
nodelist=nodelist,
use_cache=True,
)
return content
return ''
Expand Down

0 comments on commit 40da64e

Please sign in to comment.