Add name textbox for account management page
parent
b5d42a4cd3
commit
10bc7addb7
|
@ -8,10 +8,14 @@ block content
|
|||
form#submission-form(action='/manage/account', method='POST')
|
||||
if accountID
|
||||
input#account-id(type="hidden" name="account" value=accountID)
|
||||
span(class='form-section')
|
||||
label Name
|
||||
span(class='form-section-input')
|
||||
input#name-textbox(type="text" name="name" disabled)
|
||||
span(class='form-section')
|
||||
label Email
|
||||
span(class='form-section-input')
|
||||
input#email-textbox(type="email", name="email" disabled)
|
||||
input#email-textbox(type="email" name="email" disabled)
|
||||
span(class='form-section')
|
||||
label Password
|
||||
span(class='form-section-input' )
|
||||
|
|
Reference in New Issue