Skip to content
Snippets Groups Projects
Commit 5abd7a32 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Fixed ajax request url

parent d72045ee
No related branches found
No related tags found
1 merge request!21Bugfix/fix templates
......@@ -98,7 +98,7 @@
$.fn.setNextProperties = function (field_id, next_field_id, next_field_name) {
var category = $('#' + field_id).find(':selected').text();
$.ajax({
url: '{% url "rebus-get-next-properties" %}',
url: '{% url "issues_get_next_properties" %}',
data: {
'category': category
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment