Skip to content

Commit

Permalink
Merge pull request #1 from ccnmtl/flake8
Browse files Browse the repository at this point in the history
flake8
  • Loading branch information
sdreher committed May 20, 2015
2 parents ed58364 + 62b2c22 commit 1c9c309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responseblock/models.py
Expand Up @@ -55,7 +55,7 @@ def add_form(self):
question_choices = [(q.id, "%s%s/%s" %
(q.quiz.pageblock().section.get_absolute_url(),
q.quiz.pageblock().label,
q.text)) for q in all_questions()]
q.text)) for q in all_questions()]

class AddForm(forms.Form):
question = forms.ChoiceField(label="Select Question",
Expand Down

0 comments on commit 1c9c309

Please sign in to comment.