Added export from url args

This commit is contained in:
Tiago Rascazzi
2022-01-08 13:37:26 -05:00
parent 68eccd3c05
commit 7c48c13dce
3 changed files with 24 additions and 8 deletions

View File

@@ -24,7 +24,7 @@
<script type="application/javascript">
window.EXPORT_ID = {{pk}};
window.CUSTOM_LOCALE = '{{ request.LANGUAGE_CODE }}'
window.CUSTOM_LOCALE = '{{ request.LANGUAGE_CODE }}';
</script>
{% render_bundle 'export_view' %}