mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
add translations
I rewrote some messages to be more consistent and avoid multiplication of messages
This commit is contained in:
@@ -21,14 +21,14 @@
|
||||
{% block title %}{{ 'Activity create' |trans }}{% endblock title %}
|
||||
|
||||
{% block personcontent %}
|
||||
<h1>Activity creation</h1>
|
||||
<h1>{{ "Activity creation"|trans }}</h1>
|
||||
|
||||
{{ form(form) }}
|
||||
|
||||
<ul class="record_actions">
|
||||
<li>
|
||||
<a href="{{ path('chill_activity_activity_list', {'person_id': person.id}) }}">
|
||||
Back to the list
|
||||
{{ "Back to the list" | trans }}
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user