mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Remove "document" from document name
This commit is contained in:
parent
724b98e8c5
commit
00ceee1fd5
@ -258,7 +258,7 @@
|
|||||||
{% if d is null %}
|
{% if d is null %}
|
||||||
<dd>{{ null|chill_print_or_message("Aucun document") }}</dd>
|
<dd>{{ null|chill_print_or_message("Aucun document") }}</dd>
|
||||||
{% else %}
|
{% else %}
|
||||||
{% set title = person.lastname ~ ' ' ~ person.firstname ~ ', ' ~ r[0] %}
|
{% set title = person.lastname ~ ' ' ~ person.firstname ~ ', ' ~ r[1]|replace({"Document ": ""}) %}
|
||||||
<dd>{{ d|chill_document_button_group(title, is_granted('CHILL_PERSON_UPDATE', person), {small: true}) }}</dd>
|
<dd>{{ d|chill_document_button_group(title, is_granted('CHILL_PERSON_UPDATE', person), {small: true}) }}</dd>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user