Skip to content
Snippets Groups Projects
create.pug 1.09 KiB
Newer Older
fred's avatar
fred committed
figure.logo
    img(src=`${client_domain}/images/logo.png` 
fred's avatar
fred committed
        alt="Coopstarter")
fred's avatar
fred committed
figure.logo.img_log
    img(src=`${client_domain}/images/fusee.png` 
fred's avatar
fred committed
        alt="Create an entrepreneur account")

h2.title_create=`${data.CompleteSearcherAccount}`
sib-form#entrepreneur_profile_creation.block_log.block_creat_count(
    partial
    fields="last_name, first_name, entrepreneurProfile.organisation, account.picture, username"
    range-entrepreneurProfile.organisation=`${endpoints.organisations}`
    label-first_name=`${data.Surname}`
    label-last_name=`${data.Name}`
    label-account.picture=`${data.Photo}`
    label-entrepreneurProfile.organisation=`${data.Organisation}`
    class-entrepreneurProfile.organisation='form-label is-dark'
    widget-entrepreneurProfile.organisation='sib-form-auto-completion'
    widget-username='sib-form-hidden'

    upload-url-account.picture=`${sdn}upload/`
    widget-account.picture='cs-form-profile-picture'
    class-account.picture='input_photo w_25'
    submit-button=`${data.CompleteYourAccount}`
    next="entrepreneur-dashboard"