diff --git a/web/themes/asc_bootstrap/templates/system/user.html.twig b/web/themes/asc_bootstrap/templates/system/user.html.twig index 429abb0ce9ea35aa8f6b4f85b710e73238449005..21e94cd8227c4953f93ade30047254308908076a 100644 --- a/web/themes/asc_bootstrap/templates/system/user.html.twig +++ b/web/themes/asc_bootstrap/templates/system/user.html.twig @@ -40,7 +40,7 @@ {% if content.field_pronoun.0 != '' %} <br/> <span class="bio-pronoun"> - {{ content.field_pronoun.0 }} + <i>{{ content.field_pronoun.0 }}</i> </span> {% endif %} </p>