Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
thraxil committed May 19, 2015
1 parent ed58364 commit 62b2c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responseblock/models.py
Original file line number Diff line number Diff line change
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 62b2c22

Please sign in to comment.