diff --git a/templates/objectives/routines/compose.html b/templates/objectives/routines/compose.html index 4653d97abc..9be54e775a 100644 --- a/templates/objectives/routines/compose.html +++ b/templates/objectives/routines/compose.html @@ -63,7 +63,7 @@ $('body').on('click', '#minusButton', function(event){ $.ajax({ - url: "{% url 'unlink_skill_to_routine' %}", + url: "{% url 'unlink_skill_from_routine' %}", method: "POST", data: { routine_id: {{ routine.id }},