mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
OwnCloud: Support injected fields
Needed e.g. by the CERN PDF conversion plugin
This commit is contained in:
parent
6e4b11df92
commit
66ca7d787e
@ -3,6 +3,7 @@
|
||||
{%- block content %}
|
||||
{{ form_header(form, id='attachment-owncloudfilepicker-form', classes=('full-width')) }}
|
||||
{{ form_row(form.owncloud_filepicker, skip_label=true) }}
|
||||
{{ form_rows(form, skip=('folder', 'protected', 'acl', 'owncloud_filepicker')) }}
|
||||
{{ form_rows(form, fields=('folder', 'protected', 'acl')) }}
|
||||
{{ protection_message | safe }}
|
||||
{% call form_footer(attach_form) %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user