Skip to content

Commit

Permalink
Fix: Register new template tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Oct 6, 2023
1 parent 9eadb0f commit 6b54b51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions djangocms_blog/templatetags/djangocms_blog.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,5 @@ def get_value_for_context(self, context, **kwargs):

def get_value(self, context, **kwargs):
return self._get_value(context, **kwargs)

register.tag(RenderNamedPlaceholder.name, RenderNamedPlaceholder)

0 comments on commit 6b54b51

Please sign in to comment.