You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {# templates/invite/error.html.twig #}
- <!DOCTYPE html>
- <html lang="de">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>{{ 'app.invite_error.page_title'|trans }}</title>
- {{ encore_entry_link_tags('app') }}
- </head>
- <body class="login-body">
- <div class="login-card">
- <div class="login-card__title">{{ 'app.invite_error.title'|trans }}</div>
- <div class="login-card__error">{{ error }}</div>
- </div>
- </body>
- </html>
|