mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
21 lines
461 B
Text
21 lines
461 B
Text
|
extends ../layout
|
||
|
|
||
|
block vars
|
||
|
- var suppressNavbar = true
|
||
|
- var suppressFooter = true
|
||
|
|
||
|
block content
|
||
|
script(type="template", id="gateway-data")!= StringHelper.stringifyJsonForScript({ params: form_data })
|
||
|
|
||
|
.content.content-alt
|
||
|
.container
|
||
|
.row
|
||
|
.col-md-6.col-md-offset-3
|
||
|
.card
|
||
|
p.text-center #{translate('processing_your_request')}
|
||
|
|
||
|
form(
|
||
|
ng-controller="PostGatewayController",
|
||
|
ng-init="handleGateway();"
|
||
|
id='gateway' method='POST')
|