2018-12-06 10:52:54 +00:00
|
|
|
extends ../layout
|
|
|
|
|
|
|
|
block content
|
2021-07-27 13:23:05 +00:00
|
|
|
main.content.content-alt#main-content
|
2018-12-06 10:52:54 +00:00
|
|
|
.container
|
|
|
|
.row
|
|
|
|
.col-md-10.col-md-offset-1
|
2019-03-18 10:24:54 +00:00
|
|
|
h3(ng-non-bindable) #{entityName} "#{entityId}" does not exists in v2
|
2018-12-06 10:52:54 +00:00
|
|
|
form(
|
2019-03-01 11:45:00 +00:00
|
|
|
enctype='application/json',
|
2018-12-06 10:52:54 +00:00
|
|
|
method='post',
|
|
|
|
action=''
|
|
|
|
)
|
|
|
|
input(name="_csrf", type="hidden", value=csrfToken)
|
2019-03-18 10:24:54 +00:00
|
|
|
button.btn.btn-primary.text-capitalize(
|
|
|
|
type="submit",
|
|
|
|
ng-non-bindable
|
|
|
|
) Create #{entityName} in v2
|