});
//Tags autocomplete action
- $("#id_tags").autocomplete("/matching_tags/", {
+ $("#id_tags").autocomplete("{% url matching_tags %}", {
minChars: 1,
matchContains: true,
max: 10,
});
//Tags autocomplete action
- $("#id_tags").autocomplete("/matching_tags/", {
+ $("#id_tags").autocomplete("{% url matching_tags %}", {
matchContains: true,
max: 20,
multiple: true,
$().ready(function(){
$("#nav_questions").attr('className',"on");
//Tags autocomplete action
- $("#id_tags").autocomplete("/matching_tags/", {
+ $("#id_tags").autocomplete("{% url matching_tags %}", {
minChars: 1,
matchContains: true,
max: 20,