✉️ Remove zip option for guests

This commit is contained in:
Luc Didry 2019-07-30 15:58:09 +02:00
parent fe1b9a31fa
commit fec99da8b9
No known key found for this signature in database
GPG Key ID: EA868E12D0257E3C
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,7 @@
<label for="first-view"><%= l('Delete at first download?') %></label>
</p>
</div>
% if (!stash('invitation')) {
<div class="input-field">
<p class="col s12 m6 text-left">
<input
@ -100,6 +101,7 @@
<label for="zip-files"><%= l('Create a zip archive with the files before uploading?') %></label>
</p>
</div>
% }
% if (config('allow_pwd_on_files') && (!stash('invitation'))) {
<div class="col s12 m6">
<div class="input-field">