Error message if signup failed
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
extends ../../../templates/base.pug
|
||||
block content
|
||||
if registeringFailed
|
||||
.alert There was an error.
|
||||
|
||||
.row
|
||||
.col
|
||||
.col
|
||||
if signupFailed !== undefined
|
||||
.alert.alert-danger #{signupFailed}
|
||||
|
||||
form(method="POST", action=getUrl("signupTarget"))
|
||||
.form-group
|
||||
input.form-control(type='text', name='username', placeholder='Username', autofocus='')
|
||||
|
||||
Reference in New Issue
Block a user