Skip to content

Commit

Permalink
mark multimedia export as location safe
Browse files Browse the repository at this point in the history
  • Loading branch information
jingcheng16 committed Nov 15, 2024
1 parent 6cc33a4 commit 430a6f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions corehq/apps/export/views/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ def parent_pages(self):

@require_POST
@login_and_domain_required
@location_safe
def prepare_form_multimedia(request, domain):
"""Gets the download_id for the multimedia zip and sends it to the
exportDownloadService in download_export.ng.js to begin polling for the
Expand Down

0 comments on commit 430a6f5

Please sign in to comment.