Fix typos for recent changes in urls

This commit is contained in:
2016-09-21 14:44:31 +02:00
parent 010cf23d67
commit cf87602a78
3 changed files with 4 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ script.
* Create a task and show it in the #task-details div.
*/
function task_create() {
var base_url = "{{ url_for('attract.tasks.create_task', project_url=project.url) }}";
var base_url = "{{ url_for('attract.tasks.perproject.create_task', project_url=project.url) }}";
$.get(base_url, function(task_data) {