hubl/src/page-circle-edit.pug

10 lines
307 B
Plaintext
Raw Normal View History

#circle-edit.content-box.with-padding.with-form.full-width
2019-05-14 15:32:42 +00:00
h1 Edit group
sib-form.block(
2019-06-24 11:56:49 +00:00
range-owner=`${endpoints.users}`,
2019-07-23 13:08:59 +00:00
fields="name, description, owner, team, jabberID, jabberRoom"
2019-06-24 11:56:49 +00:00
range-team=`${endpoints.users}`,
2019-05-14 15:32:42 +00:00
bind-resources
)
2019-07-23 13:08:59 +00:00
//- widget-team='sib-form-multiple-dropdown',