Skip to content

Commit

Permalink
Fix template for imnport CSV POST address.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Jan 3, 2021
1 parent 9a76fa4 commit f6aa4d8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -176,7 +176,7 @@


?>
<form action="<?php echo $this->response->meta->collection; ?>/import" method="post" enctype="multipart/form-data">
<form action="import" method="post" enctype="multipart/form-data">
<input type="hidden" value="<?php echo $this->response->meta->access_token; ?>" id="data[access_token]" name="data[access_token]" />
<div class="panel panel-default">
<div class="panel-heading">
Expand Down

0 comments on commit f6aa4d8

Please sign in to comment.