Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

Commit

Permalink
fix clean name attr
Browse files Browse the repository at this point in the history
  • Loading branch information
moh-moola committed Jul 27, 2018
1 parent bbe5f52 commit 68540aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molo/surveys/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class Meta:
@property
def clean_name(self):
return str(slugify(text_type(unidecode(
u'{} {}'.format(self.pk, smart_str(self.label))))))
'{} {}'.format(self.pk, smart_str(self.label))))))


class TermsAndConditionsIndexPage(TranslatablePageMixinNotRoutable, MoloPage):
Expand Down

0 comments on commit 68540aa

Please sign in to comment.