diff --git a/src/page-circle-edit.pug b/src/page-circle-edit.pug index 2e5e696..40c538d 100644 --- a/src/page-circle-edit.pug +++ b/src/page-circle-edit.pug @@ -20,14 +20,16 @@ sib-form.block( bind-resources - fields='block-circle__info(name, status), description' + fields='block-circle__info(name, owner), description' + range-owner=`${endpoints.users}` - label-status='status (coming soon)' + label-owner='owner' class-name='form-label is-light is-half-width' - class-status='form-label is-light is-half-width' + class-owner='form-label is-light is-half-width member-select' class-description='form-label is-light is-full-width' + widget-owner='sib-form-auto-completion' widget-description='sib-form-textarea' )