Skip to content

Instantly share code, notes, and snippets.

@stevenday
Created February 10, 2015 15:21
Show Gist options
  • Save stevenday/21873f6b30d89acf93fa to your computer and use it in GitHub Desktop.
Save stevenday/21873f6b30d89acf93fa to your computer and use it in GitHub Desktop.
Count a second level
context['more_questions_count'] = 0
for group, measures in question_choices[1:]:
context['more_questions_count'] += len(measures)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment