mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
f3a10ac221
Add Interface to Create Publishers GitOrigin-RevId: 50af2d1c05821d20b1ec33e8f68a05d824e55c46
15 lines
402 B
Text
15 lines
402 B
Text
extends ../layout
|
|
|
|
block content
|
|
.content.content-alt
|
|
.container
|
|
.row
|
|
.col-md-10.col-md-offset-1
|
|
h3 #{entityName} "#{entityId}" does not exists in v2
|
|
form(
|
|
enctype='multipart/form-data',
|
|
method='post',
|
|
action=''
|
|
)
|
|
input(name="_csrf", type="hidden", value=csrfToken)
|
|
button.btn.btn-primary.text-capitalize(type="submit") Create #{entityName} in v2
|