]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/ask.html
notifications improvement, now we make sure that the username has passed through...
[osqa.git] / forum / skins / default / templates / ask.html
index fa38b767b54ff936ed9d0595c43182c08c277a44..26f5fae95bd6264811f1317c66cc6650c5076f07 100644 (file)
@@ -33,7 +33,7 @@
             });
 
             //Tags autocomplete action
-               $("#id_tags").autocomplete("/matching_tags/", {
+               $("#id_tags").autocomplete("{% url matching_tags %}", {
                 minChars: 1,
                        matchContains: true,
                 max: 10,