mirror of
https://github.com/haiwen/seahub.git
synced 2025-07-15 07:52:14 +00:00
repair bug
This commit is contained in:
parent
edb349584c
commit
4b4fbb6eaf
@ -74,7 +74,7 @@
|
||||
})(),
|
||||
enableRepoSnapshotLabel: {% if enable_repo_snapshot_label %} true {% else %} false {% endif %},
|
||||
shareLinkPasswordMinLength: {{ share_link_password_min_length }},
|
||||
shareLinkExpireDaysDefault: {% if share_link_expire_days_default %} share_link_expire_days_default {% else %} 0 {% endif %},
|
||||
shareLinkExpireDaysDefault: {% if share_link_expire_days_default %} {{ share_link_expire_days_default }} {% else %} 0 {% endif %},
|
||||
shareLinkExpireDaysMin: "{{ share_link_expire_days_min }}",
|
||||
shareLinkExpireDaysMax: "{{ share_link_expire_days_max }}",
|
||||
maxFileName: "{{ max_file_name }}",
|
||||
|
Loading…
Reference in New Issue
Block a user