forked from leftypol/leftypol
Fallback for browsers that disables javascript
Conflicts: stylesheets/style.css templates/post_form.html
This commit is contained in:
parent
d7f82c58fd
commit
3bd7f94861
3 changed files with 91 additions and 1 deletions
|
@ -98,6 +98,14 @@
|
|||
</th>
|
||||
<td>
|
||||
<input type="file" name="file" id="upload_file">
|
||||
|
||||
<div class="dropzone-wrap" style="display: none;">
|
||||
<div class="dropzone">
|
||||
<div class="file-hint">Select/drop/paste files here</div>
|
||||
<div class="file-thumbs"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% if config.allow_upload_by_url %}
|
||||
<div style="float:none;text-align:left" id="upload_url">
|
||||
<label for="file_url">{% trans %}Or URL{% endtrans %}</label>:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue