|
@@ -16,7 +16,7 @@ html
|
|
|
.content
|
|
|
.information
|
|
|
form(method="POST", action="/invite")#join-form.form
|
|
|
- input(type="text", name="email", placeholder="#{__('ENTER_EMAIL')}")#slack-email.field
|
|
|
+ input(type="email", name="email", placeholder="#{__('ENTER_EMAIL')}")#slack-email.field
|
|
|
if tokenRequired
|
|
|
input(type="text", name="token", placeholder="#{__('ENTER_TOKEN')}")#slack-token.field
|
|
|
input(type="submit", value="Join").submit
|