From e32b8aa4b75f7bb0451c42eaa21aa95a5ad61206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABlle=20Morin?= Date: Tue, 15 Oct 2019 12:14:54 +0200 Subject: [PATCH] wip --- src/page-circle-edit.pug | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/page-circle-edit.pug b/src/page-circle-edit.pug index 7e23b00..e2f2bb0 100644 --- a/src/page-circle-edit.pug +++ b/src/page-circle-edit.pug @@ -1,9 +1,12 @@ #circle-edit.content-box.with-padding.with-form.full-width - h1 Edit group - sib-form.block( - range-owner=`${endpoints.users}`, - fields="name, description, owner, team, jabberID, jabberRoom" - range-team=`${endpoints.users}`, - bind-resources - ) - //- widget-team='sib-form-multiple-dropdown', + .content-box.with-padding.with-form.full-width + h1 Edit your circle + + sib-form.block( + bind-resources + + fields='block-circle__info(name, status), description' + + + ) + //- widget-team='sib-form-multiple-dropdown',