소스 검색

fix prenom slide

kevin 3 년 전
부모
커밋
84b3903b62
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/themes/custom/popsu_colloque/template/node/node--participants--sort.html.twig

+ 1 - 1
web/themes/custom/popsu_colloque/template/node/node--participants--sort.html.twig

@@ -73,5 +73,5 @@
  */
 #}
 <div class="d-flex flex-wrap inter">
-<span class="mr-2"><strong>{{label}}, </strong></span><span>{{content.field_qualite}}</span>
+<span class="mr-2"><strong>{{ content.field_prenom }}  {{ label }}, </strong></span><span>{{content.field_qualite}}</span>
 </div>