hubl/src/page-circle-edit.pug

10 lines
308 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-05-14 15:32:42 +00:00
data-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
widget-team='sib-form-multiple-dropdown',
bind-resources
)