engelsystem/resources/views/errors/419.twig

8 lines
213 B
Twig
Raw Normal View History

2018-09-03 16:33:13 +02:00
{% extends "errors/default.twig" %}
2023-11-24 16:20:12 +01:00
{% block title %}{{ __('page.419.title') }}{% endblock %}
2018-09-03 16:33:13 +02:00
{% block content %}
2023-11-24 16:20:12 +01:00
<div class="alert alert-warning" role="alert">{{ __('page.419.text') }}</div>
2018-09-03 16:33:13 +02:00
{% endblock %}