Skip to content

Commit

Permalink
unsed code
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Aug 28, 2017
1 parent 018de84 commit 21a00f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions teamtemp/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,6 @@ def submit_view(request, survey_id, team_name=''):
numbers = ["Zero", "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine", "Ten"]
if 1 < survey.max_word_count <= len(numbers):
word_question_title = numbers[survey.max_word_count] + ' words to describe how you are feeling:'
else:
word_question_title = '%d words to describe how you are feeling:' % survey.max_word_count

if survey.survey_type == 'CUSTOMERFEEDBACK':
survey_type_title = 'Customer Feedback'
Expand Down

0 comments on commit 21a00f2

Please sign in to comment.