Skip to content

Commit

Permalink
Update foundation/okfplugins/card_person/cms_plugins.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andres Vazquez <[email protected]>
  • Loading branch information
pdelboca and avdata99 authored Nov 29, 2023
1 parent b66928b commit 245840b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions foundation/okfplugins/card_person/cms_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@ class CardPersonPlugin(CMSPluginBase):
name = _("Card Person Plugin")
render_template = "card_person.html"
cache = False

def render(self, context, instance, placeholder):
context = super().render(context, instance, placeholder)
return context

0 comments on commit 245840b

Please sign in to comment.