}
});
- $('#author-selector').autocomplete('{% url matching_users %}', {
+ $('#author-selector').autocomplete('{% url "matching_users" %}', {
minChars: 1,
matchContains: true,
max: 10,
}
});
- $('#tag-selector').autocomplete('{% url matching_tags %}', {
+ $('#tag-selector').autocomplete('{% url "matching_tags" %}', {
minChars: 1,
matchContains: true,
max: 10,
{% endif %}
<ul id="pre-filter-container">
{% for name, uri in settings.NODE_MAN_FILTERS %}
- <li class="selected"><a href="{% url admin_tools "nodeman" %}?{{ uri }}">{{ name }}</a></li>
+ <li class="selected"><a href="{% url "admin_tools" "nodeman" %}?{{ uri }}">{{ name }}</a></li>
{% endfor %}
</ul>
<form action="" method="POST">