0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-30 03:13:34 +00:00

make sure there is always a generic page title

This commit is contained in:
Kevin Papst 2021-08-24 15:35:42 +02:00
parent 09a6b2c5d7
commit beab7748fa

View file

@ -4,6 +4,8 @@
data-title="{{- get_title()|e('html_attr') -}}"
{% endblock %}
{% block page_title %}{{- get_title() -}}{% endblock %}
{% block after_body_start %}
{% embed 'embeds/modal.html.twig' %}
{% block modal_id %}remote_form_modal{% endblock %}