Skip to content
Snippets Groups Projects
Commit 18cc8f31 authored by Vinicius Pereira's avatar Vinicius Pereira
Browse files

Issue #3412278 by viniciusrp: Disable the translation to Organization field at Profile page

parent a91731ec
No related branches found
No related tags found
1 merge request!128Issue #3412278 by viniciusrp: Disable the translation to Organization field at Profile page
......@@ -8,7 +8,7 @@
<div class="card__info-user--about">
<div class="card__info-user--about-job">{{ content.field_profile_function }}</div>
<div class="card__info-user--about-organization">{{ content.field_profile_organization }}</div>
<div class="card__info-user--about-organization" translate="no">{{ content.field_profile_organization }}</div>
<div class="card__info-user--about-address">
{{ content|without('field_profile_first_name', 'field_profile_last_name', 'field_profile_image', 'field_profile_function', 'field_profile_organization', 'flag_follow_user', 'followers', 'following') }}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment