aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-09-14 07:41:20 +0000
committerMario <mario@mariovavti.com>2020-09-14 07:41:20 +0000
commit465da3a942498caf8063e6bfb77345866d3e26ec (patch)
tree072e549ee22abe3089de58eafd3feff32dab9d1a /view
parentfb601cc280419eba1682b992948f8a3392701427 (diff)
downloadvolse-hubzilla-465da3a942498caf8063e6bfb77345866d3e26ec.tar.gz
volse-hubzilla-465da3a942498caf8063e6bfb77345866d3e26ec.tar.bz2
volse-hubzilla-465da3a942498caf8063e6bfb77345866d3e26ec.zip
respect advanced profile setting in sexual preference selector - issue #1477
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/profile_edit.tpl4
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}}