diff --git a/templates/objectives/routines/compose.html b/templates/objectives/routines/compose.html index b75565b47e..1318530f63 100644 --- a/templates/objectives/routines/compose.html +++ b/templates/objectives/routines/compose.html @@ -53,7 +53,7 @@ { $('#minusButton').remove(); $('ol li:last-child').before('
  • ' + skill_label + '
  • '); - $('#skill').val(''); + $('#id_skill').val(''); } $('body').on('click', '#minusButton', function(event){