diff --git a/server/static/img/panther.jpg b/server/static/img/panther.jpg new file mode 100644 index 0000000..1af99f2 Binary files /dev/null and b/server/static/img/panther.jpg differ diff --git a/server/views/account-registration.pug b/server/views/account-registration.pug index 6fb45b5..a168e8c 100644 --- a/server/views/account-registration.pug +++ b/server/views/account-registration.pug @@ -43,14 +43,9 @@ block content button.btn(type="submit", formaction="/account/register/xpub") Register with Extended Public Key #password-tab.col.s12 .row - .row - .input-field.col.s12.m6 - input(name="password", type="password", placeholder="Unique password") - label(for="password") Password - .input-field.col.s12.m6 - input(name="confirmPassword", type="password", placeholder="Confirm your unique password") - label(for="confirmPassword") Confirm Password - .row.center + .row .col.s12 - button.btn(type="submit", formaction="/account/register/password") Register with Password + figure + img.responsive-img(src="/static/img/panther.jpg", alt="") + figcaption We don't do that here .col.s12.m1 \ No newline at end of file