Skip to content

Commit

Permalink
Merge pull request #135 from nossas/feature/pressure-no-cache
Browse files Browse the repository at this point in the history
Fix: Contador de pessoas que pressionaram
  • Loading branch information
igr-santos authored Oct 18, 2023
2 parents b792088 + 2baf028 commit 0f3ec25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/contrib/actions/pressure/cms_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class PressurePlugin(CMSPluginBase):
render_template = "pressure/pressure_plugin.html"
model = PressurePluginModel
form = PressurePluginForm
cache = False

def render(self, context, instance, placeholder):
obj = instance.get_widget()
Expand Down

0 comments on commit 0f3ec25

Please sign in to comment.