Update file_dropper.tpl
This commit is contained in:
parent
a3aab9548e
commit
323e2b24a3
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
</label>
|
</label>
|
||||||
<% if (ctx.allowUrls) { %>
|
<% if (ctx.allowUrls) { %>
|
||||||
<div class='url-holder'>
|
<div class='url-holder'>
|
||||||
<textarea name="url" placeholder="<%- ctx.urlPlaceholder %>" rows="5"></textarea>
|
<textarea name='url' placeholder='<%- ctx.urlPlaceholder %>' rows='5'></textarea>
|
||||||
<% if (ctx.lock) { %>
|
<% if (ctx.lock) { %>
|
||||||
<button>Confirm</button>
|
<button>Confirm</button>
|
||||||
<% } else { %>
|
<% } else { %>
|
||||||
|
|
Reference in a new issue