X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/2c3ba81e19fd6d84ab208ad90a48fd81e4780c29..dcacc3b4c2ba2f550806a2d22b183f6fac4f63ff:/forum/skins/default/templates/osqaadmin/nodeman.html diff --git a/forum/skins/default/templates/osqaadmin/nodeman.html b/forum/skins/default/templates/osqaadmin/nodeman.html index ca86af5..34aa25f 100644 --- a/forum/skins/default/templates/osqaadmin/nodeman.html +++ b/forum/skins/default/templates/osqaadmin/nodeman.html @@ -64,7 +64,7 @@ } }); - $('#author-selector').autocomplete('{% url matching_users %}', { + $('#author-selector').autocomplete('{% url "matching_users" %}', { minChars: 1, matchContains: true, max: 10, @@ -93,7 +93,7 @@ } }); - $('#tag-selector').autocomplete('{% url matching_tags %}', { + $('#tag-selector').autocomplete('{% url "matching_tags" %}', { minChars: 1, matchContains: true, max: 10, @@ -390,7 +390,7 @@ {% endif %}