From aff60da1af33b5762d09084a48528b3afb73ae0a Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Sat, 13 Jul 2019 22:44:28 +0200 Subject: [PATCH] Nofilter --- view/templates/profile_advanced.tpl | 2 +- view/theme/frio/templates/profile_advanced.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/templates/profile_advanced.tpl b/view/templates/profile_advanced.tpl index 83685d86e5..44e763f393 100644 --- a/view/templates/profile_advanced.tpl +++ b/view/templates/profile_advanced.tpl @@ -37,7 +37,7 @@ {{if $profile.marital}}
{{$profile.marital.0}}
-
{{$profile.marital.1}}{{if $profile.marital.with}} ({{$profile.marital.with}}){{/if}}{{if $profile.howlong}} {{$profile.howlong}}{{/if}}
+
{{$profile.marital.1}}{{if $profile.marital.with}} ({{$profile.marital.with nofilter}}){{/if}}{{if $profile.howlong}} {{$profile.howlong}}{{/if}}
{{/if}} diff --git a/view/theme/frio/templates/profile_advanced.tpl b/view/theme/frio/templates/profile_advanced.tpl index a35955c170..3ca4000e6a 100644 --- a/view/theme/frio/templates/profile_advanced.tpl +++ b/view/theme/frio/templates/profile_advanced.tpl @@ -74,7 +74,7 @@

{{$profile.marital.0}}
-
{{$profile.marital.1}}{{if $profile.marital.with}} ({{$profile.marital.with}}){{/if}}{{if $profile.howlong}} {{$profile.howlong}}{{/if}}
+
{{$profile.marital.1}}{{if $profile.marital.with}} ({{$profile.marital.with nofilter}}){{/if}}{{if $profile.howlong}} {{$profile.howlong}}{{/if}}
{{/if}}