mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 23:29:00 +02:00
2d8167fa0a
Add main landmark roles to multiple templates GitOrigin-RevId: 80ae851fae015b21a3210d71d04287c0c9a3024d
18 lines
466 B
Plaintext
18 lines
466 B
Plaintext
extends ../../layout
|
|
|
|
block content
|
|
main.content.content-alt
|
|
.container
|
|
.row
|
|
.col-md-8.col-md-offset-2
|
|
.card.project-invite-invalid
|
|
.page-header.text-centered
|
|
h1 #{translate("invite_not_valid")}
|
|
.row.text-center
|
|
.col-md-12
|
|
p
|
|
| #{translate("invite_not_valid_description")}.
|
|
.row.text-center.actions
|
|
.col-md-12
|
|
a.btn.btn-info(href="/project") #{translate("back_to_your_projects")}
|
|
|