overleaf/services/web/app/views/user_membership/new.pug

19 lines
472 B
Text
Raw Normal View History

extends ../layout
block content
main.content.content-alt#main-content
.container
.row
.col-md-10.col-md-offset-1
h3(ng-non-bindable) #{entityName} "#{entityId}" does not exists in v2
form(
enctype='application/json',
method='post',
action=''
)
input(name="_csrf", type="hidden", value=csrfToken)
button.btn.btn-primary.text-capitalize(
type="submit",
ng-non-bindable
) Create #{entityName} in v2