X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/3401cb76521d238ddec0e5daed3f63d6e6dee34f..24da082f86cbb6dae0d55f66c42e4e2c55ac66d1:/forum/skins/default/templates/question_edit.html diff --git a/forum/skins/default/templates/question_edit.html b/forum/skins/default/templates/question_edit.html index f0c9e4d..4177074 100644 --- a/forum/skins/default/templates/question_edit.html +++ b/forum/skins/default/templates/question_edit.html @@ -26,7 +26,7 @@ }); //Tags autocomplete action - $("#id_tags").autocomplete("/matching_tags/", { + $("#id_tags").autocomplete("{% url matching_tags %}", { matchContains: true, max: 20, multiple: true, @@ -88,11 +88,11 @@ {% block content %}