add type of activity in title

This commit is contained in:
Mathieu Jaumotte 2021-06-22 16:14:29 +02:00
parent 86f7b116a9
commit 5d38d193e2

View File

@ -1,4 +1,8 @@
<h1>{{ "Activity creation"|trans }}</h1>
<h1>{{ "Activity creation"|trans ~ ' :' }}
<span style="font-size: 70%; text-transform: lowercase; margin-left: 1em;">
{{ entity.type.name|localize_translatable_string }}
</span>
</h1>
{{ form_start(form) }}
{{ form_errors(form) }}