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:
parent
09a6b2c5d7
commit
beab7748fa
1 changed files with 2 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue