]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/question_edit.html
escape the base path when building the pagination URLs
[osqa.git] / forum / skins / default / templates / question_edit.html
index 7b41cac20d3b67e76bbc2eb9d7d938552bd534e0..417707472819e3eb644fd3f43d213c93a2c7066e 100644 (file)
@@ -26,7 +26,7 @@
             });
             
             //Tags autocomplete action
-               $("#id_tags").autocomplete("/matching_tags/", {
+               $("#id_tags").autocomplete("{% url matching_tags %}", {
                        matchContains: true,
                 max: 20,
                 multiple: true,