summaryrefslogtreecommitdiff
path: root/client/html
diff options
context:
space:
mode:
authorrr- <rr-@sakuya.pl>2017-02-12 10:40:50 +0100
committerrr- <rr-@sakuya.pl>2017-02-12 10:40:50 +0100
commitaa1f4d3ff8061db07111ab006a82edeac2ef7b18 (patch)
tree115f1c61b55a74f598bc56cffdc1b41067a1a201 /client/html
parent1caf76b1b2e2aaef507b1936a2c5a66c2df140f5 (diff)
client/posts: add file extensions info to upload
Diffstat (limited to 'client/html')
-rw-r--r--client/html/file_dropper.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/html/file_dropper.tpl b/client/html/file_dropper.tpl
index 9c66201..9e7715d 100644
--- a/client/html/file_dropper.tpl
+++ b/client/html/file_dropper.tpl
@@ -8,6 +8,10 @@
<% } %>
<br/>
Or just click on this box.
+ <% if (ctx.extraText) { %>
+ <br/>
+ <small><%= ctx.extraText %></small>
+ <% } %>
</label>
<% if (ctx.allowUrls) { %>
<input type='text' name='url' placeholder='Alternatively, paste an URL here.'/>