This commit is contained in:
Ross
2021-11-28 23:22:43 +00:00
parent 0bbbaf63be
commit 1a9413b4b5
+1 -1
View File
@@ -61,7 +61,7 @@ This series is not associated with any cases.
$(document).on('submit', '#series_finding_form', function (e) {
$.ajax({
type: 'POST',
url: '{% url "series:add_finding" %}',
url: '{% url "atlas:add_finding" %}',
data: {
description: $('#description').val(),
series: $('#finding-form select[name="series"]').find(":selected").val(),