PDF editor: Limit file upload selector to PDF files

This commit is contained in:
Raphael Michel
2022-03-16 14:10:37 +01:00
parent ea0283266f
commit 8562c2f103

View File

@@ -195,7 +195,7 @@
<span class="btn btn-default fileinput-button background-button">
<i class="fa fa-upload"></i>
<span>{% trans "Upload custom background" %}</span>
<input id="fileupload" type="file" name="background">
<input id="fileupload" type="file" name="background" accept="application/pdf">
</span>
</div>
<div class="col-sm-12 help-inline">