Skip to content
Snippets Groups Projects
page-job-offer-edit.pug 761 B
.content-box.with-form
  h1 Edit your job offer
  
  sib-form.block(
    bind-resources
    range-skills=`${endpoints.skills}`

    data-fields='title, description, skills, closingDate'

    class-title='field form-label is-light is-expanded'
    label-title='Title*'
    
    class-description='field form-label is-light is-expanded'
    label-description='Description*'
    widget-description='sib-form-textarea'

    class-skills='form-label is-dark'
    label-skills='The required skills for this mission:*'
    multiple-skills='sib-multiple-select'
    widget-skills='sib-form-auto-completion'
    
    class-closingDate='form-label is-dark'
    label-closingDate='Publication end date:*'
    widget-closingDate='sib-form-date'

    next='job-offers'
  )