client/posts: add file extensions info to upload

This commit is contained in:
rr-
2017-02-12 10:40:50 +01:00
parent 1caf76b1b2
commit aa1f4d3ff8
4 changed files with 12 additions and 3 deletions

View File

@ -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.'/>