Skip to content

Commit

Permalink
Merge branch 'master' into testify
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Feb 28, 2024
2 parents 17bfa3d + eebaa38 commit d3d7a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions djangocms_transfer/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ def get_filename(self):
elif plugin is not None and plugin.page is not None:
return "{}_{}.json".format(
plugin.page.get_slug(language=language),
slugify(plugin.get_short_description()),
slugify(plugin.get_short_description())
)
else:
return "plugins.json"
return 'plugins.json'

def run_export(self):
data = self.cleaned_data
Expand Down

0 comments on commit d3d7a2f

Please sign in to comment.