Merge pull request #585 from SchrodingersGat/tweaks

Reload page after ordering parts
This commit is contained in:
Oliver 2019-12-05 14:28:34 +11:00 committed by GitHub
commit 9946fbda17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -230,7 +230,8 @@
launchModalForm("{% url 'order-parts' %}", {
data: {
part: {{ part.id }},
}
},
reload: true,
});
});