diff --git a/rapids/templates/rapids/question_display_block.html b/rapids/templates/rapids/question_display_block.html index d0649c23..65ce645e 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -86,7 +86,7 @@ $("#toggle-normal-button").click(function(){ $.ajax({url: "{% url 'rapid-detail' question.id %}", - type: 'PATCH', timeout: 3000, data: { normal: {{question.normal|filter}} } + type: 'PATCH', timeout: 3000, data: { normal: {{question.normal|lower}} } }) .fail(function(){ alert('Error updating this model instance.');