mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
41f75b5936
Fix potential Angular XSS issues GitOrigin-RevId: a18a609a25b29e910cb78e28a37398417cfe4842
18 lines
455 B
Text
18 lines
455 B
Text
extends ../layout
|
|
|
|
block content
|
|
.content.content-alt
|
|
.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
|