diff options
Diffstat (limited to 'view/tpl/profile_edit.tpl')
-rwxr-xr-x | view/tpl/profile_edit.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl index c967fa02c..8add9bb9d 100755 --- a/view/tpl/profile_edit.tpl +++ b/view/tpl/profile_edit.tpl @@ -294,7 +294,11 @@ {{if $fields.sexual}} <div id="profile-edit-sexual-wrapper" class="form-group field" > <label id="profile-edit-sexual-label" for="sexual-select" >{{$lbl_sexual}}</label> + {{if $advanced}} {{$sexual}} + {{else}} + {{$sexual_min}} + {{/if}} </div> <div class="clear"></div> {{/if}} |