activity, content position

This commit is contained in:
2021-07-14 15:51:07 +02:00
parent 4fc3d813c4
commit 030e71d276
9 changed files with 69 additions and 24 deletions

View File

@@ -1,8 +1,5 @@
<h1>{{ "Update activity"|trans ~ ' :' }}
<span style="font-size: 70%; text-transform: lowercase; margin-left: 1em;">
{{ entity.type.name|localize_translatable_string }}
</span>
</h1>
<h1>{{ "Update activity"|trans }}</h1>
<h2 class="chill-green mb-4">{{ entity.type.name|localize_translatable_string }}</h2>
{{ form_start(edit_form) }}
{{ form_errors(edit_form) }}