1
0
Fork 0

Replace references to profile.name by user.username

This commit is contained in:
Hypolite Petovan 2023-08-11 01:05:02 +02:00
commit e31d90eadb
7 changed files with 19 additions and 34 deletions

View file

@ -48,7 +48,7 @@
<h2><a class="section-caption js-section-toggler" href="javascript:;">{{$l10n.personal_section}} &raquo;</a></h2>
<div class="js-section toggle-section-content hidden">
{{include file="field_input.tpl" field=$name}}
{{include file="field_input.tpl" field=$username}}
{{include file="field_textarea.tpl" field=$about}}

View file

@ -60,7 +60,7 @@
{{* for the $detailed_profile we use bootstraps collapsable panel-groups to have expandable groups *}}
<div id="personal-collapse" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="personal">
<div class="panel-body">
{{include file="field_input.tpl" field=$name}}
{{include file="field_input.tpl" field=$username}}
{{include file="field_textarea.tpl" field=$about}}