You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
773 B
18 lines
773 B
extends ../layouts/main
|
|
block content
|
|
|
|
form(method="POST", action="/admin/core-node/connect").uk-form
|
|
.uk-card.uk-card-default.uk-card-small
|
|
.uk-card-header
|
|
h1.uk-card-title Connect to New Core Community
|
|
|
|
.uk-card-body
|
|
.uk-margin
|
|
p You are registering #{site.name} with a DTP Core node. If accepted, this will enable members of that community to make use of the services provided by #{site.name} as an authenticated member of this site.
|
|
|
|
.uk-margin
|
|
label(for="host").uk-form-label Core Host
|
|
input(id="host", name="host", placeholder="Enter host:port of Core to connect", required).uk-input
|
|
|
|
.uk-card-footer
|
|
button(type="submit").uk-button.uk-button-primary.uk-border-rounded Send Request
|