diff --git a/view/templates/contact_edit.tpl b/view/templates/contact_edit.tpl
index 08570ec496..6f63dde2b6 100644
--- a/view/templates/contact_edit.tpl
+++ b/view/templates/contact_edit.tpl
@@ -95,7 +95,7 @@
{{$lbl_vis1}}
{{$lbl_vis2}}
- {{$profile_select}}
+ {{$profile_select nofilter}}
{{/if}}
diff --git a/view/theme/frio/templates/contact_edit.tpl b/view/theme/frio/templates/contact_edit.tpl
index fd5f1c0f1c..70ebdcd0c8 100644
--- a/view/theme/frio/templates/contact_edit.tpl
+++ b/view/theme/frio/templates/contact_edit.tpl
@@ -193,7 +193,7 @@
{{$lbl_vis2}}
- {{$profile_select}}
+ {{$profile_select nofilter}}
{{/if}}
diff --git a/view/theme/frio/templates/profile_entry.tpl b/view/theme/frio/templates/profile_entry.tpl
index fb5436fb52..ba8f547171 100644
--- a/view/theme/frio/templates/profile_entry.tpl
+++ b/view/theme/frio/templates/profile_entry.tpl
@@ -8,7 +8,7 @@
{{$profile_name}}
- {{$visible}}
+ {{$visible nofilter}}
diff --git a/view/theme/vier/templates/contact_edit.tpl b/view/theme/vier/templates/contact_edit.tpl
index 2f52f82f81..8fbbbfc380 100644
--- a/view/theme/vier/templates/contact_edit.tpl
+++ b/view/theme/vier/templates/contact_edit.tpl
@@ -96,7 +96,7 @@
{{$lbl_vis1}}
{{$lbl_vis2}}
- {{$profile_select}}
+ {{$profile_select nofilter}}
{{/if}}