]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/profile_edit.tpl
Merge pull request #6497 from MrPetovan/bug/6383-delivery-no-data
[friendica.git] / view / theme / frio / templates / profile_edit.tpl
index 63b1c901643b90c2dc0beb78e4db79ab30d2364f..946443cf1134524f90f5fb101c0b5494038a7b5e 100644 (file)
@@ -65,7 +65,7 @@
 
                {{* Some hints to characteristics of the current profile (if available) *}}
                {{if $is_default}}
-               <div class="section-content-info-wrapper">{{$default}}</div>
+               <div class="section-content-info-wrapper">{{$default nofilter}}</div>
                {{/if}}
 
                {{* friendica differs in $detailled_profile (all fields available and a short Version if this is variable false *}}
 
                                                {{include file="field_input.tpl" field=$pdesc}}
 
-
                                                <div id="profile-edit-gender-wrapper" class="form-group field select">
                                                        <label id="profile-edit-gender-label" for="gender-select" >{{$lbl_gender}} </label>
-                                                       {{$gender}}
+                                                       {{$gender nofilter}}
                                                </div>
                                                <div class="clear"></div>
 
-                                               {{$dob}}
+                                               {{$dob nofilter}}
 
-                                               {{$hide_friends}}
+                                               {{$hide_friends nofilter}}
 
                                                <div class="form-group pull-right" >
                                                        <button type="submit" name="submit" class="btn btn-primary" value="{{$submit}}">{{$submit}}</button>
                                <div id="relation-collapse" class="panel-collapse collapse" role="tabpanel" aria-labelledby="relation">
                                        <div class="section-content-tools-wrapper">
                                                <div id="profile-edit-marital-wrapper" class="form-group field select" >
-                                                               <label id="profile-edit-marital-label" for="profile-edit-marital" >{{$lbl_marital}}</label>
-                                                               {{$marital.selector}}
+                                                               <label id="profile-edit-marital-label" for="profile-edit-marital" >{{$lbl_marital nofilter}}</label>
+                                                               {{$marital.selector nofilter}}
                                                </div>
                                                <div class="clear"></div>
 
 
                                                <div id="profile-edit-sexual-wrapper" class="form-group field select" >
                                                        <label id="profile-edit-sexual-label" for="sexual-select" >{{$lbl_sexual}}</label>
-                                                       {{$sexual.selector}}
+                                                       {{$sexual.selector nofilter}}
                                                </div>
                                                <div class="clear"></div>
 
                {{if $personal_account}}
                <div id="profile-edit-gender-wrapper" class="form-group field select">
                        <label id="profile-edit-gender-label" for="gender-select" >{{$lbl_gender}} </label>
-                       {{$gender}}
+                       {{$gender nofilter}}
                </div>
                <div class="clear"></div>
 
-               {{$dob}}
+               {{$dob nofilter}}
 
                {{/if}}
 
 
                {{include file="field_input.tpl" field=$xmpp}}
 
-               {{$hide_friends}}
+               {{$hide_friends nofilter}}
 
                {{include file="field_input.tpl" field=$address}}