mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 18:14:15 +01:00
15 lines
No EOL
545 B
Cheetah
15 lines
No EOL
545 B
Cheetah
{{template "ng/base/head" .}}
|
|
{{template "ng/base/header" .}}
|
|
{{template "org/header" .}}
|
|
<div class="container">
|
|
<div class="invite-box">
|
|
{{template "ng/base/alert" .}}
|
|
<h3>{{.i18n.Tr "org.members.invite_desc" .Org.FullName}}</h3>
|
|
<form action="{{.OrgLink}}/invitations/new" method="post">
|
|
{{.CsrfTokenHtml}}
|
|
<input class="ipt ipt-large ipt-radius" name="uname" required>
|
|
<button class="btn btn-blue btn-large btn-radius">{{.i18n.Tr "org.members.invite_now"}}</button>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
{{template "ng/base/footer" .}} |