hubl/src/page-project-edit.pug

13 lines
405 B
Plaintext
Raw Normal View History

2018-10-31 09:38:41 +00:00
h1 Edit project
//- sib-display(data-fields="name" bind-resources)]
.form-view
2018-11-20 15:28:00 +00:00
sib-form(
2018-10-31 09:38:41 +00:00
range-client=`${sdn}/clients/`,
range-team=`${sdn}/members/`,
data-fields=`name, number, client, description, team, jabberRoom, foaf:jabberID`,
widget-jabberRoom='sib-form-checkbox',
widget-description='sib-form-textarea',
widget-team='sib-form-multiple-dropdown',
bind-resources
)