PROD-2124
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
<form class="file-chooser" action="/transcripts/upload"
|
||||
method="post" enctype="multipart/form-data">
|
||||
<input type="file" class="file-input" name="transcript-file"
|
||||
accept="<%= _.map(ext, function(val){ return '.' + val; }).join(', ') %>">
|
||||
<input type="hidden" name="locator" value="<%= component_locator %>">
|
||||
accept="<%- _.map(ext, function(val){ return '.' + val; }).join(', ') %>">
|
||||
<input type="hidden" name="locator" value="<%- component_locator %>">
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user