Skip to content

Commit

Permalink
Dev: replaced {QUESTION_INPUT_ERROR_CLASS} by twig variable
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jan 16, 2017
1 parent cf2b54a commit 604228a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/views/question.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ dump(aSurveyInfo.aQuestion) }}
#}

<div id="question{{ aSurveyInfo.aQuestion.qid }}" class=" {{ getAllQuestionClasses( aSurveyInfo.aQuestion.qid ) }} {QUESTION_INPUT_ERROR_CLASS} question-container row">
<div id="question{{ aSurveyInfo.aQuestion.qid }}" class=" {{ getAllQuestionClasses( aSurveyInfo.aQuestion.qid ) }} {{ aSurveyInfo.aQuestion.0.input_error_class }} question-container row">

<!-- Question text -->
<div class="question-title-container bg-primary col-xs-12">
Expand Down

0 comments on commit 604228a

Please sign in to comment.