Skip to content

Instantly share code, notes, and snippets.

@slomo
Last active May 5, 2017 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slomo/0483a7585a03eb7a58e546ee950042a8 to your computer and use it in GitHub Desktop.
Save slomo/0483a7585a03eb7a58e546ee950042a8 to your computer and use it in GitHub Desktop.
@property
def idea_topics_names(self):
choices = dict(IDEA_TOPIC_CHOICES)
return [ choices[topic] for topic in self.idea_topics ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment