|
|
@ -3,8 +3,7 @@ block view-content |
|
|
|
|
|
|
|
section.uk-section.uk-section-default.uk-section-small |
|
|
|
.uk-container |
|
|
|
h1= site.name |
|
|
|
|
|
|
|
if process.env.DTP_MEMBER_SIGNUP === 'enabled' |
|
|
|
form(method="POST", action="/welcome/signup").uk-form |
|
|
|
.uk-card.uk-card-secondary.uk-card-small |
|
|
|
.uk-card-header |
|
|
@ -31,3 +30,5 @@ block view-content |
|
|
|
a(href="/welcome").uk-button.uk-button-default Cancel |
|
|
|
.uk-width-auto |
|
|
|
button(type="submit").uk-button.uk-button-primary Create Account |
|
|
|
else |
|
|
|
.uk-text-large.uk-text-center New account signup is disabled. |