X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/fa5ec9e2a70331da5da884a13ff5b70bdc2eada6..1efc8bf890884fde2c443fe3a4672433400adf0d:/forum/skins/default/templates/ask.html diff --git a/forum/skins/default/templates/ask.html b/forum/skins/default/templates/ask.html index 04e959e..26f5fae 100644 --- a/forum/skins/default/templates/ask.html +++ b/forum/skins/default/templates/ask.html @@ -33,7 +33,7 @@ }); //Tags autocomplete action - $("#id_tags").autocomplete("/matching_tags/", { + $("#id_tags").autocomplete("{% url matching_tags %}", { minChars: 1, matchContains: true, max: 10, @@ -149,10 +149,10 @@ {{ form.tags.help_text }}
- {% if form.captcha %} + {% if form.recaptcha %}